#AF66BC

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

Shades of Fuchsia #AF66BC

Tints of Fuchsia #AF66BC

Color information

#AF66BC (or 0xAF66BC) is unknown color: approx Fuchsia. HEX triplet: AF, 66 and BC. RGB value is (175,102,188). Sum of RGB (Red+Green+Blue) = 175+102+188=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66BC is #509943. Grayscale: #858585. Windows color (decimal): -5282116 or 12347055. OLE color: 12347055.

HSL color Cylindrical-coordinate representation of color #AF66BC: hue angle of 290.93º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF66BC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175102188-
CMYK0.070.4600.26
HSL290.93º39.09%56.86%-
HSV(B)290.93º45.74%73.73%-
XYZ31.5122.2550.21-
YUV133.63158.68157.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=37.63%
G=21.94%
B=40.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751021880.070.4600.26290.9339.0956.86
HexAF66BC72E01A1232739
Octal2571462747560324434771
Binary10101111110011010111100111101110011010100100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66BC; }

 p { color: rgb(175,102,188); }

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

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

 a { background-color: rgb(175,102,188); }

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

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

 span { border-color: rgb(175,102,188); }

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