#AC429B

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

Shades of Violet Blue #AC429B

Tints of Violet Blue #AC429B

Color information

#AC429B (or 0xAC429B) is unknown color: approx Violet Blue. HEX triplet: AC, 42 and 9B. RGB value is (172,66,155). Sum of RGB (Red+Green+Blue) = 172+66+155=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC429B is #53BD64. Grayscale: #6B6B6B. Windows color (decimal): -5487973 or 10175148. OLE color: 10175148.

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

Color convert

RGB17266155-
CMYK00.620.100.33
HSL309.62º44.54%46.67%-
HSV(B)309.62º61.63%67.45%-
XYZ24.8815.0332.6-
YUV107.84154.62173.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=43.77%
G=16.79%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726615500.620.100.33309.6244.5446.67
HexAC429B03EA211362d2f
Octal25410223307612414665557
Binary1010110010000101001101101111101010100001100110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC429B; }

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

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

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

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

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

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

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

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