#AC659C

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

Shades of Violet Blue #AC659C

Tints of Violet Blue #AC659C

Color information

#AC659C (or 0xAC659C) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and 9C. RGB value is (172,101,156). Sum of RGB (Red+Green+Blue) = 172+101+156=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC659C is #539A63. Grayscale: #808080. Windows color (decimal): -5479012 or 10249644. OLE color: 10249644.

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

Color convert

RGB172101156-
CMYK00.410.090.33
HSL313.52º29.96%53.53%-
HSV(B)313.52º41.28%67.45%-
XYZ27.6720.4833.95-
YUV128.5143.52159.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=40.09%
G=23.54%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210115600.410.090.33313.5229.9653.53
HexAC659C02992113a1e36
Octal25414523405111414723666
Binary101011001100101100111000101001100110000110011101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC659C; }

 p { color: rgb(172,101,156); }

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

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

 a { background-color: rgb(172,101,156); }

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

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

 span { border-color: rgb(172,101,156); }

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