Html Css Color HEX #AA0EBE Dark Violet

📋 copy color: '#AA0EBE'

red 170 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #AA0EBE

Tints of Dark Violet #AA0EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 45.45%
G = 3.74%
B = 50.8%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA0EBE (or 0xAA0EBE) is known color: Dark Violet. HEX triplet: AA, 0E and BE. RGB value is (170,14,190). Sum of RGB (Red+Green+Blue) = 170+14+190=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA0EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EBE is #55F141. Grayscale: #505050. Windows color (decimal): -5632322 or 12455594. OLE color: 12455594.

HSL color Cylindrical-coordinate representation of color #AA0EBE: hue angle of 293.18º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0EBE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 14 190 -
CMYK 0.11 0.93 0 0.25
HSL 293.18º 0.86% 0.4% -
HSV(B) 293.18º 0.93% 0.75% -
XYZ 26.03 12.58 49.77 -
YUV 80.71 189.68 191.69 -
System Red Green Blue C M Y K H S L
Decimal 170 14 190 0.11 0.93 0 0.25 293.18 0.86 0.4
Hex AA E BE B 5D 0 19 125 56 28
Octal 252 16 276 13 135 0 31 445 126 50
Binary 10101010 1110 10111110 1011 1011101 0 11001 100100101 1010110 101000

Color Harmonies of #AA0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EBE

Black with #AA0EBE

Text Example


Text Example

White with #AA0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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