#AF66A4

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

Shades of Violet Blue #AF66A4

Tints of Violet Blue #AF66A4

Color information

#AF66A4 (or 0xAF66A4) is unknown color: approx Violet Blue. HEX triplet: AF, 66 and A4. RGB value is (175,102,164). Sum of RGB (Red+Green+Blue) = 175+102+164=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF66A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF66A4 is #50995B. Grayscale: #828282. Windows color (decimal): -5282140 or 10774191. OLE color: 10774191.

HSL color Cylindrical-coordinate representation of color #AF66A4: hue angle of 309.04º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF66A4 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175102164-
CMYK00.420.060.31
HSL309.04º31.33%54.31%-
HSV(B)309.04º41.71%68.63%-
XYZ29.1321.337.7-
YUV130.89146.68159.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=39.68%
G=23.13%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510216400.420.060.31309.0431.3354.31
HexAF66A402A61F1351f36
Octal2571462440526374653766
Binary1010111111001101010010001010101101111110011010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66A4; }

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

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

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

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

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

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

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

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