Html Css Color HEX #AA0EDA Dark Violet

📋 copy color: '#AA0EDA'

red 170 ◦ green 14 ◦ blue 218

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

Shades of Dark Violet #AA0EDA

Tints of Dark Violet #AA0EDA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.48%

 BLUE value IS 218 (85.55% from 255) = 54.23%

R = 42.29%
G = 3.48%
B = 54.23%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA0EDA (or 0xAA0EDA) is known color: Dark Violet. HEX triplet: AA, 0E and DA. RGB value is (170,14,218). Sum of RGB (Red+Green+Blue) = 170+14+218=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA0EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EDA is #55F125. Grayscale: #535353. Windows color (decimal): -5632294 or 14290602. OLE color: 14290602.

HSL color Cylindrical-coordinate representation of color #AA0EDA: hue angle of 285.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EDA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 14 218 -
CMYK 0.22 0.94 0 0.15
HSL 285.88º 0.88% 0.45% -
HSV(B) 285.88º 0.94% 0.85% -
XYZ 29.39 13.92 67.47 -
YUV 83.9 203.68 189.41 -
System Red Green Blue C M Y K H S L
Decimal 170 14 218 0.22 0.94 0 0.15 285.88 0.88 0.45
Hex AA E DA 16 5E 0 F 11E 58 2D
Octal 252 16 332 26 136 0 17 436 130 55
Binary 10101010 1110 11011010 10110 1011110 0 1111 100011110 1011000 101101

Color Harmonies of #AA0EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EDA

Black with #AA0EDA

Text Example


Text Example

White with #AA0EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EDA; }

 p { color: rgb(170,14,218); }

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

background-color css

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

 a { background-color: rgb(170,14,218); }

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

border-color css

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

 span { border-color: rgb(170,14,218); }

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