#A0429E

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

Shades of Violet Blue #A0429E

Tints of Violet Blue #A0429E

Color information

#A0429E (or 0xA0429E) is unknown color: approx Violet Blue. HEX triplet: A0, 42 and 9E. RGB value is (160,66,158). Sum of RGB (Red+Green+Blue) = 160+66+158=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0429E is #5FBD61. Grayscale: #686868. Windows color (decimal): -6274402 or 10371744. OLE color: 10371744.

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

Color convert

RGB16066158-
CMYK00.590.010.37
HSL301.28º41.59%44.31%-
HSV(B)301.28º58.75%62.75%-
XYZ22.6213.8433.83-
YUV104.59158.14167.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=41.67%
G=17.19%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606615800.590.010.37301.2841.5944.31
HexA0429E03B12512d2a2c
Octal2401022360731454555254
Binary1010000010000101001111001110111100101100101101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0429E; }

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

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

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

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

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

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

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

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