#A13EA2

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

Shades of Violet Blue #A13EA2

Tints of Violet Blue #A13EA2

Color information

#A13EA2 (or 0xA13EA2) is unknown color: approx Violet Blue. HEX triplet: A1, 3E and A2. RGB value is (161,62,162). Sum of RGB (Red+Green+Blue) = 161+62+162=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #A13EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EA2 is #5EC15D. Grayscale: #666666. Windows color (decimal): -6209886 or 10632865. OLE color: 10632865.

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

Color convert

RGB16162162-
CMYK0.010.6200.36
HSL299.4º44.64%43.92%-
HSV(B)299.4º61.73%63.53%-
XYZ22.9413.6335.6-
YUV103161.3169.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=41.82%
G=16.10%
B=42.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161621620.010.6200.36299.444.6443.92
HexA13EA213E02412b2d2c
Octal241762421760444535554
Binary101000011111101010001011111100100100100101011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13EA2; }

 p { color: rgb(161,62,162); }

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

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

 a { background-color: rgb(161,62,162); }

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

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

 span { border-color: rgb(161,62,162); }

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