#A13EA5

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

Shades of Violet Blue #A13EA5

Tints of Violet Blue #A13EA5

Color information

#A13EA5 (or 0xA13EA5) is unknown color: approx Violet Blue. HEX triplet: A1, 3E and A5. RGB value is (161,62,165). Sum of RGB (Red+Green+Blue) = 161+62+165=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 165 - color contains mainly: blue. Hex color #A13EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EA5 is #5EC15A. Grayscale: #676767. Windows color (decimal): -6209883 or 10829473. OLE color: 10829473.

HSL color Cylindrical-coordinate representation of color #A13EA5: hue angle of 297.67º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13EA5 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16162165-
CMYK0.020.6200.35
HSL297.67º45.37%44.51%-
HSV(B)297.67º62.42%64.71%-
XYZ23.2113.7437.03-
YUV103.34162.8169.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 165 (64.84% from 255) = 42.53%
R=41.49%
G=15.98%
B=42.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161621650.020.6200.35297.6745.3744.51
HexA13EA523E02312a2d2d
Octal241762452760434525555
Binary1010000111111010100101101111100100011100101010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13EA5; }

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

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

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

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

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

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

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

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