#AF5DB8

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

Shades of Fuchsia #AF5DB8

Tints of Fuchsia #AF5DB8

Color information

#AF5DB8 (or 0xAF5DB8) is unknown color: approx Fuchsia. HEX triplet: AF, 5D and B8. RGB value is (175,93,184). Sum of RGB (Red+Green+Blue) = 175+93+184=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF5DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DB8 is #50A247. Grayscale: #7F7F7F. Windows color (decimal): -5284424 or 12082607. OLE color: 12082607.

HSL color Cylindrical-coordinate representation of color #AF5DB8: hue angle of 294.07º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5DB8 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17593184-
CMYK0.050.4900.28
HSL294.07º39.06%54.31%-
HSV(B)294.07º49.46%72.16%-
XYZ30.2520.447.69-
YUV127.89159.67161.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 184 (72.27% from 255) = 40.71%
R=38.72%
G=20.58%
B=40.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175931840.050.4900.28294.0739.0654.31
HexAF5DB853101C1262736
Octal2571352705610344464766
Binary10101111101110110111000101110001011100100100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DB8; }

 p { color: rgb(175,93,184); }

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

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

 a { background-color: rgb(175,93,184); }

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

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

 span { border-color: rgb(175,93,184); }

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