#AC4CA2

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

Shades of Violet Blue #AC4CA2

Tints of Violet Blue #AC4CA2

Color information

#AC4CA2 (or 0xAC4CA2) is unknown color: approx Violet Blue. HEX triplet: AC, 4C and A2. RGB value is (172,76,162). Sum of RGB (Red+Green+Blue) = 172+76+162=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4CA2 is #53B35D. Grayscale: #727272. Windows color (decimal): -5485406 or 10636460. OLE color: 10636460.

HSL color Cylindrical-coordinate representation of color #AC4CA2: hue angle of 306.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4CA2 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17276162-
CMYK00.560.060.33
HSL306.25º38.71%48.63%-
HSV(B)306.25º55.81%67.45%-
XYZ26.1216.5536-
YUV114.51154.8169.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=41.95%
G=18.54%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727616200.560.060.33306.2538.7148.63
HexAC4CA20386211322731
Octal2541142420706414624761
Binary101011001001100101000100111000110100001100110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4CA2; }

 p { color: rgb(172,76,162); }

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

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

 a { background-color: rgb(172,76,162); }

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

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

 span { border-color: rgb(172,76,162); }

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