Html Css Color HEX #AA0DD8 Dark Violet

📋 copy color: '#AA0DD8'

red 170 ◦ green 13 ◦ blue 216

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

Shades of Dark Violet #AA0DD8

Tints of Dark Violet #AA0DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.14%

R = 42.61%
G = 3.26%
B = 54.14%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA0DD8 (or 0xAA0DD8) is known color: Dark Violet. HEX triplet: AA, 0D and D8. RGB value is (170,13,216). Sum of RGB (Red+Green+Blue) = 170+13+216=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA0DD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DD8 is #55F227. Grayscale: #525252. Windows color (decimal): -5632552 or 14159274. OLE color: 14159274.

HSL color Cylindrical-coordinate representation of color #AA0DD8: hue angle of 286.4º degrees, saturation: 0.89, 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 #AA0DD8 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 13 216 -
CMYK 0.21 0.94 0 0.15
HSL 286.4º 0.89% 0.45% -
HSV(B) 286.4º 0.94% 0.85% -
XYZ 29.12 13.79 66.09 -
YUV 83.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 170 13 216 0.21 0.94 0 0.15 286.4 0.89 0.45
Hex AA D D8 15 5E 0 F 11E 59 2D
Octal 252 15 330 25 136 0 17 436 131 55
Binary 10101010 1101 11011000 10101 1011110 0 1111 100011110 1011001 101101

Color Harmonies of #AA0DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DD8

Black with #AA0DD8

Text Example


Text Example

White with #AA0DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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