#AC60A4

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

Shades of Violet Blue #AC60A4

Tints of Violet Blue #AC60A4

Color information

#AC60A4 (or 0xAC60A4) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and A4. RGB value is (172,96,164). Sum of RGB (Red+Green+Blue) = 172+96+164=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC60A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60A4 is #539F5B. Grayscale: #7E7E7E. Windows color (decimal): -5480284 or 10772652. OLE color: 10772652.

HSL color Cylindrical-coordinate representation of color #AC60A4: hue angle of 306.32º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC60A4 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17296164-
CMYK00.440.050.33
HSL306.32º31.4%52.55%-
HSV(B)306.32º44.19%67.45%-
XYZ27.919.8237.48-
YUV126.48149.18160.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=39.81%
G=22.22%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729616400.440.050.33306.3231.452.55
HexAC60A402C5211321f35
Octal2541402440545414623765
Binary10101100110000010100100010110010110000110011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60A4; }

 p { color: rgb(172,96,164); }

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

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

 a { background-color: rgb(172,96,164); }

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

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

 span { border-color: rgb(172,96,164); }

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