#A029A0

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

Shades of Vivid Violet #A029A0

Tints of Vivid Violet #A029A0

Color information

#A029A0 (or 0xA029A0) is unknown color: approx Vivid Violet. HEX triplet: A0, 29 and A0. RGB value is (160,41,160). Sum of RGB (Red+Green+Blue) = 160+41+160=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A029A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A029A0 is #5FD65F. Grayscale: #595959. Windows color (decimal): -6280800 or 10496416. OLE color: 10496416.

HSL color Cylindrical-coordinate representation of color #A029A0: hue angle of 300º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A029A0 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16041160-
CMYK00.7400.37
HSL300º59.2%39.41%-
HSV(B)300º74.37%62.75%-
XYZ21.6411.634.36-
YUV90.15167.42177.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 41 (16.41% from 255) = 11.36%
BLUE value IS 160 (62.89% from 255) = 44.32%
R=44.32%
G=11.36%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604116000.7400.3730059.239.41
HexA029A004A02512c3b27
Octal2405124001120454547347
Binary1010000010100110100000010010100100101100101100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A029A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A029A0; }

 p { color: rgb(160,41,160); }

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

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

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

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

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

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

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