#AC40A0

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

Shades of Violet Blue #AC40A0

Tints of Violet Blue #AC40A0

Color information

#AC40A0 (or 0xAC40A0) is unknown color: approx Violet Blue. HEX triplet: AC, 40 and A0. RGB value is (172,64,160). Sum of RGB (Red+Green+Blue) = 172+64+160=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC40A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40A0 is #53BF5F. Grayscale: #6A6A6A. Windows color (decimal): -5488480 or 10502316. OLE color: 10502316.

HSL color Cylindrical-coordinate representation of color #AC40A0: hue angle of 306.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC40A0 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17264160-
CMYK00.630.070.33
HSL306.67º45.76%46.27%-
HSV(B)306.67º62.79%67.45%-
XYZ25.1914.9834.82-
YUV107.24157.78174.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 64 (25.39% from 255) = 16.16%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=43.43%
G=16.16%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726416000.630.070.33306.6745.7646.27
HexAC40A003F7211332e2e
Octal2541002400777414635656
Binary101011001000000101000000111111111100001100110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40A0; }

 p { color: rgb(172,64,160); }

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

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

 a { background-color: rgb(172,64,160); }

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

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

 span { border-color: rgb(172,64,160); }

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