#A2439F

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

Shades of Violet Blue #A2439F

Tints of Violet Blue #A2439F

Color information

#A2439F (or 0xA2439F) is unknown color: approx Violet Blue. HEX triplet: A2, 43 and 9F. RGB value is (162,67,159). Sum of RGB (Red+Green+Blue) = 162+67+159=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2439F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2439F is #5DBC60. Grayscale: #696969. Windows color (decimal): -6143073 or 10437538. OLE color: 10437538.

HSL color Cylindrical-coordinate representation of color #A2439F: hue angle of 301.89º degrees, saturation: 0.41, 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 #A2439F is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16267159-
CMYK00.590.020.36
HSL301.89º41.48%44.9%-
HSV(B)301.89º58.64%63.53%-
XYZ23.1714.234.32-
YUV105.89157.97168.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 67 (26.56% from 255) = 17.27%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=41.75%
G=17.27%
B=40.98%

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
Decimal1626715900.590.020.36301.8941.4844.9
HexA2439F03B22412e292d
Octal2421032370732444565155
Binary10100010100001110011111011101110100100100101110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2439F; }

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

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

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

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

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

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

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

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