#AF66BD

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

Shades of Fuchsia #AF66BD

Tints of Fuchsia #AF66BD

Color information

#AF66BD (or 0xAF66BD) is unknown color: approx Fuchsia. HEX triplet: AF, 66 and BD. RGB value is (175,102,189). Sum of RGB (Red+Green+Blue) = 175+102+189=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF66BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66BD is #509942. Grayscale: #858585. Windows color (decimal): -5282115 or 12412591. OLE color: 12412591.

HSL color Cylindrical-coordinate representation of color #AF66BD: hue angle of 290.34º degrees, saturation: 0.4, 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 #AF66BD is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175102189-
CMYK0.070.4600.26
HSL290.34º39.73%57.06%-
HSV(B)290.34º46.03%74.12%-
XYZ31.6222.2950.78-
YUV133.74159.18157.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 102 (40.23% from 255) = 21.89%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=37.55%
G=21.89%
B=40.56%

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
Decimal1751021890.070.4600.26290.3439.7357.06
HexAF66BD72E01A1222839
Octal2571462757560324425071
Binary10101111110011010111101111101110011010100100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66BD; }

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

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

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

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

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

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

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

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