#AF6EB8

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

Shades of Fuchsia #AF6EB8

Tints of Fuchsia #AF6EB8

Color information

#AF6EB8 (or 0xAF6EB8) is unknown color: approx Fuchsia. HEX triplet: AF, 6E and B8. RGB value is (175,110,184). Sum of RGB (Red+Green+Blue) = 175+110+184=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF6EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EB8 is #509147. Grayscale: #898989. Windows color (decimal): -5280072 or 12086959. OLE color: 12086959.

HSL color Cylindrical-coordinate representation of color #AF6EB8: hue angle of 292.7º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6EB8 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175110184-
CMYK0.050.4000.28
HSL292.7º34.26%57.65%-
HSV(B)292.7º40.22%72.16%-
XYZ31.9123.7348.25-
YUV137.87154.03154.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 184 (72.27% from 255) = 39.23%
R=37.31%
G=23.45%
B=39.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751101840.050.4000.28292.734.2657.65
HexAF6EB852801C125223a
Octal2571562705500344454272
Binary10101111110111010111000101101000011100100100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EB8; }

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

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

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

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

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

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

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

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