#A13EA9

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

Shades of Violet Blue #A13EA9

Tints of Violet Blue #A13EA9

Color information

#A13EA9 (or 0xA13EA9) is unknown color: approx Violet Blue. HEX triplet: A1, 3E and A9. RGB value is (161,62,169). Sum of RGB (Red+Green+Blue) = 161+62+169=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #A13EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EA9 is #5EC156. Grayscale: #676767. Windows color (decimal): -6209879 or 11091617. OLE color: 11091617.

HSL color Cylindrical-coordinate representation of color #A13EA9: hue angle of 295.51º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13EA9 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16162169-
CMYK0.050.6300.34
HSL295.51º46.32%45.29%-
HSV(B)295.51º63.31%66.27%-
XYZ23.5813.8938.97-
YUV103.8164.8168.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 62 (24.61% from 255) = 15.82%
BLUE value IS 169 (66.41% from 255) = 43.11%
R=41.07%
G=15.82%
B=43.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161621690.050.6300.34295.5146.3245.29
HexA13EA953F0221282e2d
Octal241762515770424505655
Binary10100001111110101010011011111110100010100101000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13EA9; }

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

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

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

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

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

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

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

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