#A4529D

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

Shades of Violet Blue #A4529D

Tints of Violet Blue #A4529D

Color information

#A4529D (or 0xA4529D) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and 9D. RGB value is (164,82,157). Sum of RGB (Red+Green+Blue) = 164+82+157=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4529D is #5BAD62. Grayscale: #727272. Windows color (decimal): -6008163 or 10310308. OLE color: 10310308.

HSL color Cylindrical-coordinate representation of color #A4529D: hue angle of 305.12º 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 #A4529D is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16482157-
CMYK00.50.040.36
HSL305.12º33.33%48.24%-
HSV(B)305.12º50%64.31%-
XYZ24.4116.3633.77-
YUV115.07151.67162.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=40.69%
G=20.35%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648215700.50.040.36305.1233.3348.24
HexA4529D0324241312130
Octal2441222350624444614160
Binary101001001010010100111010110010100100100100110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4529D; }

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

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

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

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

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

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

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

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