#AC699D

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

Shades of Violet Blue #AC699D

Tints of Violet Blue #AC699D

Color information

#AC699D (or 0xAC699D) is unknown color: approx Violet Blue. HEX triplet: AC, 69 and 9D. RGB value is (172,105,157). Sum of RGB (Red+Green+Blue) = 172+105+157=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC699D is #539662. Grayscale: #828282. Windows color (decimal): -5477987 or 10316204. OLE color: 10316204.

HSL color Cylindrical-coordinate representation of color #AC699D: hue angle of 313.43º 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 #AC699D is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172105157-
CMYK00.390.090.33
HSL313.43º28.76%54.31%-
HSV(B)313.43º38.95%67.45%-
XYZ28.1521.3134.53-
YUV130.96142.7157.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=39.63%
G=24.19%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210515700.390.090.33313.4328.7654.31
HexAC699D0279211391d36
Octal25415123504711414713566
Binary101011001101001100111010100111100110000110011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC699D; }

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

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

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

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

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

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

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

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