#AC429C

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

Shades of Violet Blue #AC429C

Tints of Violet Blue #AC429C

Color information

#AC429C (or 0xAC429C) is unknown color: approx Violet Blue. HEX triplet: AC, 42 and 9C. RGB value is (172,66,156). Sum of RGB (Red+Green+Blue) = 172+66+156=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC429C is #53BD63. Grayscale: #6B6B6B. Windows color (decimal): -5487972 or 10240684. OLE color: 10240684.

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

Color convert

RGB17266156-
CMYK00.620.090.33
HSL309.06º44.54%46.67%-
HSV(B)309.06º61.63%67.45%-
XYZ24.9615.0733.05-
YUV107.95155.12173.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=43.65%
G=16.75%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726615600.620.090.33309.0644.5446.67
HexAC429C03E9211352d2f
Octal25410223407611414655557
Binary1010110010000101001110001111101001100001100110101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC429C; }

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

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

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

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

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

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

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

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