#AC42A6

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

Shades of Violet Blue #AC42A6

Tints of Violet Blue #AC42A6

Color information

#AC42A6 (or 0xAC42A6) is unknown color: approx Violet Blue. HEX triplet: AC, 42 and A6. RGB value is (172,66,166). Sum of RGB (Red+Green+Blue) = 172+66+166=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC42A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC42A6 is #53BD59. Grayscale: #6C6C6C. Windows color (decimal): -5487962 or 10896044. OLE color: 10896044.

HSL color Cylindrical-coordinate representation of color #AC42A6: hue angle of 303.4º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC42A6 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17266166-
CMYK00.620.030.33
HSL303.4º44.54%46.67%-
HSV(B)303.4º61.63%67.45%-
XYZ25.8415.4237.69-
YUV109.09160.12172.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 166 (65.23% from 255) = 41.09%
R=42.57%
G=16.34%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726616600.620.030.33303.444.5446.67
HexAC42A603E32112f2d2f
Octal2541022460763414575557
Binary10101100100001010100110011111011100001100101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC42A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC42A6; }

 p { color: rgb(172,66,166); }

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

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

 a { background-color: rgb(172,66,166); }

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

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

 span { border-color: rgb(172,66,166); }

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