#A0529C

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

Shades of Violet Blue #A0529C

Tints of Violet Blue #A0529C

Color information

#A0529C (or 0xA0529C) is unknown color: approx Violet Blue. HEX triplet: A0, 52 and 9C. RGB value is (160,82,156). Sum of RGB (Red+Green+Blue) = 160+82+156=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0529C is #5FAD63. Grayscale: #717171. Windows color (decimal): -6270308 or 10244768. OLE color: 10244768.

HSL color Cylindrical-coordinate representation of color #A0529C: hue angle of 303.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0529C is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16082156-
CMYK00.490.020.37
HSL303.08º32.23%47.45%-
HSV(B)303.08º48.75%62.75%-
XYZ23.5215.9133.28-
YUV113.76151.84160.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=40.20%
G=20.60%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608215600.490.020.37303.0832.2347.45
HexA0529C03122512f202f
Octal2401222340612454574057
Binary10100000101001010011100011000110100101100101111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0529C; }

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

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

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

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

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

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

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

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