#A13EAA

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

Shades of Violet Blue #A13EAA

Tints of Violet Blue #A13EAA

Color information

#A13EAA (or 0xA13EAA) is unknown color: approx Violet Blue. HEX triplet: A1, 3E and AA. RGB value is (161,62,170). Sum of RGB (Red+Green+Blue) = 161+62+170=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #A13EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EAA is #5EC155. Grayscale: #676767. Windows color (decimal): -6209878 or 11157153. OLE color: 11157153.

HSL color Cylindrical-coordinate representation of color #A13EAA: hue angle of 295º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13EAA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16162170-
CMYK0.050.6400.33
HSL295º46.55%45.49%-
HSV(B)295º63.53%66.67%-
XYZ23.6813.9239.47-
YUV103.91165.3168.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=40.97%
G=15.78%
B=43.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161621700.050.6400.3329546.5545.49
HexA13EAA5400211272f2d
Octal2417625251000414475755
Binary101000011111101010101010110000000100001100100111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13EAA; }

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

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

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

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

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

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

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

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