#A2389A

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

Shades of Violet Blue #A2389A

Tints of Violet Blue #A2389A

Color information

#A2389A (or 0xA2389A) is unknown color: approx Violet Blue. HEX triplet: A2, 38 and 9A. RGB value is (162,56,154). Sum of RGB (Red+Green+Blue) = 162+56+154=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2389A is #5DC765. Grayscale: #626262. Windows color (decimal): -6145894 or 10107042. OLE color: 10107042.

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

Color convert

RGB16256154-
CMYK00.650.050.36
HSL304.53º48.62%42.75%-
HSV(B)304.53º65.43%63.53%-
XYZ22.1512.8431.88-
YUV98.87159.12173.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 56 (22.27% from 255) = 15.05%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=43.55%
G=15.05%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625615400.650.050.36304.5348.6242.75
HexA2389A041524131312b
Octal2427023201015444616153
Binary101000101110001001101001000001101100100100110001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2389A; }

 p { color: rgb(162,56,154); }

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

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

 a { background-color: rgb(162,56,154); }

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

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

 span { border-color: rgb(162,56,154); }

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