#AC659A

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

Shades of Violet Blue #AC659A

Tints of Violet Blue #AC659A

Color information

#AC659A (or 0xAC659A) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and 9A. RGB value is (172,101,154). Sum of RGB (Red+Green+Blue) = 172+101+154=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC659A is #539A65. Grayscale: #808080. Windows color (decimal): -5479014 or 10118572. OLE color: 10118572.

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

Color convert

RGB172101154-
CMYK00.410.100.33
HSL315.21º29.96%53.53%-
HSV(B)315.21º41.28%67.45%-
XYZ27.520.4133.06-
YUV128.27142.52159.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=40.28%
G=23.65%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210115400.410.100.33315.2129.9653.53
HexAC659A029A2113b1e36
Octal25414523205112414733666
Binary101011001100101100110100101001101010000110011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC659A; }

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

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

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

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

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

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

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

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