#AC699F

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

Shades of Violet Blue #AC699F

Tints of Violet Blue #AC699F

Color information

#AC699F (or 0xAC699F) is unknown color: approx Violet Blue. HEX triplet: AC, 69 and 9F. RGB value is (172,105,159). Sum of RGB (Red+Green+Blue) = 172+105+159=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC699F is #539660. Grayscale: #838383. Windows color (decimal): -5477985 or 10447276. OLE color: 10447276.

HSL color Cylindrical-coordinate representation of color #AC699F: hue angle of 311.64º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC699F is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172105159-
CMYK00.390.080.33
HSL311.64º28.76%54.31%-
HSV(B)311.64º38.95%67.45%-
XYZ28.3221.3835.43-
YUV131.19143.7157.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=39.45%
G=24.08%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210515900.390.080.33311.6428.7654.31
HexAC699F0278211381d36
Octal25415123704710414703566
Binary101011001101001100111110100111100010000110011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC699F; }

 p { color: rgb(172,105,159); }

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

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

 a { background-color: rgb(172,105,159); }

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

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

 span { border-color: rgb(172,105,159); }

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