Html Css Color HEX #AA0EDF Dark Violet

📋 copy color: '#AA0EDF'

red 170 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #AA0EDF

Tints of Dark Violet #AA0EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 41.77%
G = 3.44%
B = 54.79%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA0EDF (or 0xAA0EDF) is known color: Dark Violet. HEX triplet: AA, 0E and DF. RGB value is (170,14,223). Sum of RGB (Red+Green+Blue) = 170+14+223=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EDF is #55F120. Grayscale: #535353. Windows color (decimal): -5632289 or 14618282. OLE color: 14618282.

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

Color convert

RGB 170 14 223 -
CMYK 0.24 0.94 0 0.13
HSL 284.78º 0.88% 0.46% -
HSV(B) 284.78º 0.94% 0.87% -
XYZ 30.05 14.19 70.97 -
YUV 84.47 206.18 189.01 -
System Red Green Blue C M Y K H S L
Decimal 170 14 223 0.24 0.94 0 0.13 284.78 0.88 0.46
Hex AA E DF 18 5E 0 D 11D 58 2E
Octal 252 16 337 30 136 0 15 435 130 56
Binary 10101010 1110 11011111 11000 1011110 0 1101 100011101 1011000 101110

Color Harmonies of #AA0EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EDF

Black with #AA0EDF

Text Example


Text Example

White with #AA0EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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