#AA13E2

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

Shades of Dark Violet #AA13E2

Tints of Dark Violet #AA13E2

Color information

#AA13E2 (or 0xAA13E2) is unknown color: approx Dark Violet. HEX triplet: AA, 13 and E2. RGB value is (170,19,226). Sum of RGB (Red+Green+Blue) = 170+19+226=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA13E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13E2 is #55EC1D. Grayscale: #575757. Windows color (decimal): -5631006 or 14816170. OLE color: 14816170.

HSL color Cylindrical-coordinate representation of color #AA13E2: hue angle of 283.77º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA13E2 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17019226-
CMYK0.250.9200.11
HSL283.77º84.49%48.04%-
HSV(B)283.77º91.59%88.63%-
XYZ30.5414.573.14-
YUV87.75206.03186.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 19 (7.81% from 255) = 4.58%
BLUE value IS 226 (88.67% from 255) = 54.46%
R=40.96%
G=4.58%
B=54.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170192260.250.9200.11283.7784.4948.04
HexAA13E2195C0B11c5430
Octal252233423113401343412460
Binary101010101001111100010110011011100010111000111001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA13E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA13E2; }

 p { color: rgb(170,19,226); }

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

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

 a { background-color: rgb(170,19,226); }

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

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

 span { border-color: rgb(170,19,226); }

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