#A2429F

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

Shades of Violet Blue #A2429F

Tints of Violet Blue #A2429F

Color information

#A2429F (or 0xA2429F) is unknown color: approx Violet Blue. HEX triplet: A2, 42 and 9F. RGB value is (162,66,159). Sum of RGB (Red+Green+Blue) = 162+66+159=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2429F is #5DBD60. Grayscale: #696969. Windows color (decimal): -6143329 or 10437282. OLE color: 10437282.

HSL color Cylindrical-coordinate representation of color #A2429F: hue angle of 301.88º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2429F is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16266159-
CMYK00.590.020.36
HSL301.88º42.11%44.71%-
HSV(B)301.88º59.26%63.53%-
XYZ23.1114.0834.3-
YUV105.31158.3168.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=41.86%
G=17.05%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626615900.590.020.36301.8842.1144.71
HexA2429F03B22412e2a2d
Octal2421022370732444565255
Binary10100010100001010011111011101110100100100101110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2429F; }

 p { color: rgb(162,66,159); }

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

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

 a { background-color: rgb(162,66,159); }

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

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

 span { border-color: rgb(162,66,159); }

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