#A0429A

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

Shades of Violet Blue #A0429A

Tints of Violet Blue #A0429A

Color information

#A0429A (or 0xA0429A) is unknown color: approx Violet Blue. HEX triplet: A0, 42 and 9A. RGB value is (160,66,154). Sum of RGB (Red+Green+Blue) = 160+66+154=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0429A is #5FBD65. Grayscale: #676767. Windows color (decimal): -6274406 or 10109600. OLE color: 10109600.

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

Color convert

RGB16066154-
CMYK00.590.040.37
HSL303.83º41.59%44.31%-
HSV(B)303.83º58.75%62.75%-
XYZ22.2813.732.04-
YUV104.14156.14167.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=42.11%
G=17.37%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606615400.590.040.37303.8341.5944.31
HexA0429A03B4251302a2c
Octal2401022320734454605254
Binary101000001000010100110100111011100100101100110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0429A; }

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

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

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

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

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

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

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

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