Html Css Color HEX #AA0DDC Dark Violet

📋 copy color: '#AA0DDC'

red 170 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #AA0DDC

Tints of Dark Violet #AA0DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 42.18%
G = 3.23%
B = 54.59%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA0DDC (or 0xAA0DDC) is known color: Dark Violet. HEX triplet: AA, 0D and DC. RGB value is (170,13,220). Sum of RGB (Red+Green+Blue) = 170+13+220=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA0DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DDC is #55F223. Grayscale: #525252. Windows color (decimal): -5632548 or 14421418. OLE color: 14421418.

HSL color Cylindrical-coordinate representation of color #AA0DDC: hue angle of 285.51º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DDC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 13 220 -
CMYK 0.23 0.94 0 0.14
HSL 285.51º 0.89% 0.46% -
HSV(B) 285.51º 0.94% 0.86% -
XYZ 29.64 14 68.85 -
YUV 83.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 170 13 220 0.23 0.94 0 0.14 285.51 0.89 0.46
Hex AA D DC 17 5E 0 E 11E 59 2E
Octal 252 15 334 27 136 0 16 436 131 56
Binary 10101010 1101 11011100 10111 1011110 0 1110 100011110 1011001 101110

Color Harmonies of #AA0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DDC

Black with #AA0DDC

Text Example


Text Example

White with #AA0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DDC; }

 p { color: rgb(170,13,220); }

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

background-color css

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

 a { background-color: rgb(170,13,220); }

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

border-color css

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

 span { border-color: rgb(170,13,220); }

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