#A2459E

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

Shades of Violet Blue #A2459E

Tints of Violet Blue #A2459E

Color information

#A2459E (or 0xA2459E) is unknown color: approx Violet Blue. HEX triplet: A2, 45 and 9E. RGB value is (162,69,158). Sum of RGB (Red+Green+Blue) = 162+69+158=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2459E is #5DBA61. Grayscale: #6A6A6A. Windows color (decimal): -6142562 or 10372514. OLE color: 10372514.

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

Color convert

RGB16269158-
CMYK00.570.020.36
HSL302.58º40.26%45.29%-
HSV(B)302.58º57.41%63.53%-
XYZ23.214.4133.91-
YUV106.95156.81167.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=41.65%
G=17.74%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626915800.570.020.36302.5840.2645.29
HexA2459E03922412f282d
Octal2421052360712444575055
Binary10100010100010110011110011100110100100100101111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2459E; }

 p { color: rgb(162,69,158); }

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

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

 a { background-color: rgb(162,69,158); }

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

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

 span { border-color: rgb(162,69,158); }

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