#A2419A

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

Shades of Violet Blue #A2419A

Tints of Violet Blue #A2419A

Color information

#A2419A (or 0xA2419A) is unknown color: approx Violet Blue. HEX triplet: A2, 41 and 9A. RGB value is (162,65,154). Sum of RGB (Red+Green+Blue) = 162+65+154=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2419A is #5DBE65. Grayscale: #676767. Windows color (decimal): -6143590 or 10109346. OLE color: 10109346.

HSL color Cylindrical-coordinate representation of color #A2419A: hue angle of 304.95º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2419A is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16265154-
CMYK00.600.050.36
HSL304.95º42.73%44.51%-
HSV(B)304.95º59.88%63.53%-
XYZ22.6213.832.04-
YUV104.15156.14169.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=42.52%
G=17.06%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626515400.600.050.36304.9542.7344.51
HexA2419A03C5241312b2d
Octal2421012320745444615355
Binary101000101000001100110100111100101100100100110001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2419A; }

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

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

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

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

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

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

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

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