#AC659E

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

Shades of Violet Blue #AC659E

Tints of Violet Blue #AC659E

Color information

#AC659E (or 0xAC659E) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and 9E. RGB value is (172,101,158). Sum of RGB (Red+Green+Blue) = 172+101+158=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC659E is #539A61. Grayscale: #808080. Windows color (decimal): -5479010 or 10380716. OLE color: 10380716.

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

Color convert

RGB172101158-
CMYK00.410.080.33
HSL311.83º29.96%53.53%-
HSV(B)311.83º41.28%67.45%-
XYZ27.8420.5534.85-
YUV128.73144.52158.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=39.91%
G=23.43%
B=36.66%

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
Decimal17210115800.410.080.33311.8329.9653.53
HexAC659E0298211381e36
Octal25414523605110414703666
Binary101011001100101100111100101001100010000110011100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC659E; }

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

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

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

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

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

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

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

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