#af66ac

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

Shades of Violet Blue #AF66AC

Tints of Violet Blue #AF66AC

Color information

#AF66AC (or 0xAF66AC) is unknown color: approx Violet Blue. HEX triplet: AF, 66 and AC. RGB value is (175,102,172). Sum of RGB (Red+Green+Blue) = 175+102+172=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF66AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF66AC is #509953. Grayscale: #838383. Windows color (decimal): -5282132 or 11298479. OLE color: 11298479.

HSL color Cylindrical-coordinate representation of color #AF66AC: hue angle of 302.47º 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 #AF66AC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175102172-
CMYK00.420.020.31
HSL302.47º31.33%54.31%-
HSV(B)302.47º41.71%68.63%-
XYZ29.8821.641.62-
YUV131.81150.68158.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=38.98%
G=22.72%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510217200.420.020.31302.4731.3354.31
HexAF66AC02A21F12e1f36
Octal2571462540522374563766
Binary101011111100110101011000101010101111110010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af66ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af66ac; }

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

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

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

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

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

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

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

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