#AF66B4

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

Shades of Violet Blue #AF66B4

Tints of Violet Blue #AF66B4

Color information

#AF66B4 (or 0xAF66B4) is unknown color: approx Violet Blue. HEX triplet: AF, 66 and B4. RGB value is (175,102,180). Sum of RGB (Red+Green+Blue) = 175+102+180=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF66B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66B4 is #50994B. Grayscale: #848484. Windows color (decimal): -5282124 or 11822767. OLE color: 11822767.

HSL color Cylindrical-coordinate representation of color #AF66B4: hue angle of 296.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF66B4 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175102180-
CMYK0.030.4300.29
HSL296.15º34.21%55.29%-
HSV(B)296.15º43.33%70.59%-
XYZ30.6721.9145.79-
YUV132.72154.68158.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=38.29%
G=22.32%
B=39.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751021800.030.4300.29296.1534.2155.29
HexAF66B432B01D1282237
Octal2571462643530354504267
Binary1010111111001101011010011101011011101100101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66B4; }

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

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

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

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

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

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

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

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