#AC659D

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

Shades of Violet Blue #AC659D

Tints of Violet Blue #AC659D

Color information

#AC659D (or 0xAC659D) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and 9D. RGB value is (172,101,157). Sum of RGB (Red+Green+Blue) = 172+101+157=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC659D is #539A62. Grayscale: #808080. Windows color (decimal): -5479011 or 10315180. OLE color: 10315180.

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

Color convert

RGB172101157-
CMYK00.410.090.33
HSL312.68º29.96%53.53%-
HSV(B)312.68º41.28%67.45%-
XYZ27.7520.5134.39-
YUV128.61144.02158.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=40%
G=23.49%
B=36.51%

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
Decimal17210115700.410.090.33312.6829.9653.53
HexAC659D0299211391e36
Octal25414523505111414713666
Binary101011001100101100111010101001100110000110011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC659D; }

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

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

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

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

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

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

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

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