#AC659F

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

Shades of Violet Blue #AC659F

Tints of Violet Blue #AC659F

Color information

#AC659F (or 0xAC659F) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and 9F. RGB value is (172,101,159). Sum of RGB (Red+Green+Blue) = 172+101+159=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC659F is #539A60. Grayscale: #808080. Windows color (decimal): -5479009 or 10446252. OLE color: 10446252.

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

Color convert

RGB172101159-
CMYK00.410.080.33
HSL310.99º29.96%53.53%-
HSV(B)310.99º41.28%67.45%-
XYZ27.9220.5835.3-
YUV128.84145.02158.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=39.81%
G=23.38%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210115900.410.080.33310.9929.9653.53
HexAC659F0298211371e36
Octal25414523705110414673666
Binary101011001100101100111110101001100010000110011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC659F; }

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

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

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

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

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

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

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

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