Html Css Color HEX #AA0AE0 Dark Violet

📋 copy color: '#AA0AE0'

red 170 ◦ green 10 ◦ blue 224

#AA0AE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AA0AE0

Tints of Dark Violet #AA0AE0

RGB

 RED value IS 170 (66.8% from 255) = 42.08%

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 42.08%
G = 2.48%
B = 55.45%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA0AE0 (or 0xAA0AE0) is known color: Dark Violet. HEX triplet: AA, 0A and E0. RGB value is (170,10,224). Sum of RGB (Red+Green+Blue) = 170+10+224=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA0AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AE0 is #55F51F. Grayscale: #515151. Windows color (decimal): -5633312 or 14682794. OLE color: 14682794.

HSL color Cylindrical-coordinate representation of color #AA0AE0: hue angle of 284.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0AE0 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 10 224 -
CMYK 0.24 0.96 0 0.12
HSL 284.86º 0.91% 0.46% -
HSV(B) 284.86º 0.96% 0.88% -
XYZ 30.14 14.14 71.66 -
YUV 82.24 208.01 190.6 -
System Red Green Blue C M Y K H S L
Decimal 170 10 224 0.24 0.96 0 0.12 284.86 0.91 0.46
Hex AA A E0 18 60 0 C 11D 5B 2E
Octal 252 12 340 30 140 0 14 435 133 56
Binary 10101010 1010 11100000 11000 1100000 0 1100 100011101 1011011 101110

Color Harmonies of #AA0AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AE0

Black with #AA0AE0

Text Example


Text Example

White with #AA0AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AE0; }

 p { color: rgb(170,10,224); }

 H1.HeaderClassName
 {
   color: #AA0AE0;
 }
 .AnyTagClassName
 {
   color: #AA0AE0;
 }
</style>

background-color css

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

 a { background-color: rgb(170,10,224); }

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

border-color css

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

 span { border-color: rgb(170,10,224); }

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