#a0529a

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

Shades of Violet Blue #A0529A

Tints of Violet Blue #A0529A

Color information

#A0529A (or 0xA0529A) is unknown color: approx Violet Blue. HEX triplet: A0, 52 and 9A. RGB value is (160,82,154). Sum of RGB (Red+Green+Blue) = 160+82+154=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A0529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0529A is #5FAD65. Grayscale: #717171. Windows color (decimal): -6270310 or 10113696. OLE color: 10113696.

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

Color convert

RGB16082154-
CMYK00.490.040.37
HSL304.62º32.23%47.45%-
HSV(B)304.62º48.75%62.75%-
XYZ23.3515.8432.4-
YUV113.53150.84161.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=40.40%
G=20.71%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608215400.490.040.37304.6232.2347.45
HexA0529A031425131202f
Octal2401222320614454614057
Binary101000001010010100110100110001100100101100110001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0529a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0529a; }

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

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

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

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

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

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

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

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