#AD53BA

Color #AD53BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #AD53BA

Tints of Fuchsia #AD53BA

Color information

#AD53BA (or 0xAD53BA) is unknown color: approx Fuchsia. HEX triplet: AD, 53 and BA. RGB value is (173,83,186). Sum of RGB (Red+Green+Blue) = 173+83+186=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53BA is #52AC45. Grayscale: #797979. Windows color (decimal): -5418054 or 12211117. OLE color: 12211117.

HSL color Cylindrical-coordinate representation of color #AD53BA: hue angle of 292.43º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD53BA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17383186-
CMYK0.070.5500.27
HSL292.43º42.74%52.75%-
HSV(B)292.43º55.38%72.94%-
XYZ29.1918.6248.51-
YUV121.65164.32164.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 83 (32.81% from 255) = 18.78%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=39.14%
G=18.78%
B=42.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173831860.070.5500.27292.4342.7452.75
HexAD53BA73701B1242b35
Octal2551232727670334445365
Binary10101101101001110111010111110111011011100100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD53BA; }

 p { color: rgb(173,83,186); }

 H1.HeaderClassName
 {
   color: #AD53BA;
 }
 .AnyTagClassName
 {
   color: #AD53BA;
 }
</style>
background-color css

<style>
 a { background-color: #AD53BA; }

 a { background-color: rgb(173,83,186); }

 div.DivClassName
 {
   background-color: #AD53BA;
 }
 .BgClassName
 {
   background-color: #AD53BA;
 }
</style>
border-color css

<style>
 span { border-color: #AD53BA; }

 span { border-color: rgb(173,83,186); }

 td.TdClassName
 {
   border-color: #AD53BA;
 }
 .TagClassName
 {
   border-color: #AD53BA;
 }
</style>