#AA13BE

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

Shades of Dark Violet #AA13BE

Tints of Dark Violet #AA13BE

Color information

#AA13BE (or 0xAA13BE) is unknown color: approx Dark Violet. HEX triplet: AA, 13 and BE. RGB value is (170,19,190). Sum of RGB (Red+Green+Blue) = 170+19+190=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA13BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13BE is #55EC41. Grayscale: #535353. Windows color (decimal): -5631042 or 12456874. OLE color: 12456874.

HSL color Cylindrical-coordinate representation of color #AA13BE: hue angle of 292.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA13BE is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17019190-
CMYK0.110.9000.25
HSL292.98º81.82%40.98%-
HSV(B)292.98º90%74.51%-
XYZ26.112.7349.8-
YUV83.64188.03189.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 19 (7.81% from 255) = 5.01%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=44.85%
G=5.01%
B=50.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191900.110.9000.25292.9881.8240.98
HexAA13BEB5A0191255229
Octal252232761313203144512251
Binary101010101001110111110101110110100110011001001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA13BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA13BE; }

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

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

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

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

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

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

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

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