#AD57B8

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

Shades of Fuchsia #AD57B8

Tints of Fuchsia #AD57B8

Color information

#AD57B8 (or 0xAD57B8) is unknown color: approx Fuchsia. HEX triplet: AD, 57 and B8. RGB value is (173,87,184). Sum of RGB (Red+Green+Blue) = 173+87+184=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD57B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57B8 is #52A847. Grayscale: #7B7B7B. Windows color (decimal): -5417032 or 12081069. OLE color: 12081069.

HSL color Cylindrical-coordinate representation of color #AD57B8: hue angle of 293.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD57B8 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17387184-
CMYK0.060.5300.28
HSL293.2º40.59%53.14%-
HSV(B)293.2º52.72%72.16%-
XYZ29.2919.1647.5-
YUV123.77161.99163.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 184 (72.27% from 255) = 41.44%
R=38.96%
G=19.59%
B=41.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173871840.060.5300.28293.240.5953.14
HexAD57B863501C1252935
Octal2551272706650344455165
Binary10101101101011110111000110110101011100100100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD57B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD57B8; }

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

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

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

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

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

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

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

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