#A2399D

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

Shades of Violet Blue #A2399D

Tints of Violet Blue #A2399D

Color information

#A2399D (or 0xA2399D) is unknown color: approx Violet Blue. HEX triplet: A2, 39 and 9D. RGB value is (162,57,157). Sum of RGB (Red+Green+Blue) = 162+57+157=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2399D is #5DC662. Grayscale: #636363. Windows color (decimal): -6145635 or 10303906. OLE color: 10303906.

HSL color Cylindrical-coordinate representation of color #A2399D: hue angle of 302.86º 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 #A2399D is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16257157-
CMYK00.650.030.36
HSL302.86º47.95%42.94%-
HSV(B)302.86º64.81%63.53%-
XYZ22.4513.0433.23-
YUV99.79160.29172.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=43.09%
G=15.16%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625715700.650.030.36302.8647.9542.94
HexA2399D04132412f302b
Octal2427123501013444576053
Binary10100010111001100111010100000111100100100101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2399D; }

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

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

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

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

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

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

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

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