#A2399E

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

Shades of Violet Blue #A2399E

Tints of Violet Blue #A2399E

Color information

#A2399E (or 0xA2399E) is unknown color: approx Violet Blue. HEX triplet: A2, 39 and 9E. RGB value is (162,57,158). Sum of RGB (Red+Green+Blue) = 162+57+158=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2399E is #5DC661. Grayscale: #636363. Windows color (decimal): -6145634 or 10369442. OLE color: 10369442.

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

Color convert

RGB16257158-
CMYK00.650.020.36
HSL302.29º47.95%42.94%-
HSV(B)302.29º64.81%63.53%-
XYZ22.5313.0833.68-
YUV99.91160.79172.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=42.97%
G=15.12%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625715800.650.020.36302.2947.9542.94
HexA2399E04122412e302b
Octal2427123601012444566053
Binary10100010111001100111100100000110100100100101110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2399E; }

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

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

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

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

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

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

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

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