#A4529C

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

Shades of Violet Blue #A4529C

Tints of Violet Blue #A4529C

Color information

#A4529C (or 0xA4529C) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and 9C. RGB value is (164,82,156). Sum of RGB (Red+Green+Blue) = 164+82+156=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4529C is #5BAD63. Grayscale: #727272. Windows color (decimal): -6008164 or 10244772. OLE color: 10244772.

HSL color Cylindrical-coordinate representation of color #A4529C: hue angle of 305.85º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4529C is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16482156-
CMYK00.50.050.36
HSL305.85º33.33%48.24%-
HSV(B)305.85º50%64.31%-
XYZ24.3316.3333.32-
YUV114.95151.17162.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=40.80%
G=20.40%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648215600.50.050.36305.8533.3348.24
HexA4529C0325241322130
Octal2441222340625444624160
Binary101001001010010100111000110010101100100100110010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4529C; }

 p { color: rgb(164,82,156); }

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

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

 a { background-color: rgb(164,82,156); }

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

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

 span { border-color: rgb(164,82,156); }

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