#AD57B6

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

Shades of Fuchsia #AD57B6

Tints of Fuchsia #AD57B6

Color information

#AD57B6 (or 0xAD57B6) is unknown color: approx Fuchsia. HEX triplet: AD, 57 and B6. RGB value is (173,87,182). Sum of RGB (Red+Green+Blue) = 173+87+182=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD57B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57B6 is #52A849. Grayscale: #7B7B7B. Windows color (decimal): -5417034 or 11949997. OLE color: 11949997.

HSL color Cylindrical-coordinate representation of color #AD57B6: hue angle of 294.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD57B6 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17387182-
CMYK0.050.5200.29
HSL294.32º39.42%52.75%-
HSV(B)294.32º52.2%71.37%-
XYZ29.0919.0846.41-
YUV123.54160.99163.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 87 (34.38% from 255) = 19.68%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=39.14%
G=19.68%
B=41.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173871820.050.5200.29294.3239.4252.75
HexAD57B653401D1262735
Octal2551272665640354464765
Binary10101101101011110110110101110100011101100100110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD57B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD57B6; }

 p { color: rgb(173,87,182); }

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

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

 a { background-color: rgb(173,87,182); }

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

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

 span { border-color: rgb(173,87,182); }

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