Html Css Color HEX #AA0DDA Dark Violet

📋 copy color: '#AA0DDA'

red 170 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #AA0DDA

Tints of Dark Violet #AA0DDA

RGB

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

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

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

R = 42.39%
G = 3.24%
B = 54.36%

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

#AA0DDA (or 0xAA0DDA) is known color: Dark Violet. HEX triplet: AA, 0D and DA. RGB value is (170,13,218). Sum of RGB (Red+Green+Blue) = 170+13+218=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DDA is #55F225. Grayscale: #525252. Windows color (decimal): -5632550 or 14290346. OLE color: 14290346.

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

Color convert

RGB 170 13 218 -
CMYK 0.22 0.94 0 0.15
HSL 285.95º 0.89% 0.45% -
HSV(B) 285.95º 0.94% 0.85% -
XYZ 29.38 13.9 67.46 -
YUV 83.31 204.01 189.83 -
System Red Green Blue C M Y K H S L
Decimal 170 13 218 0.22 0.94 0 0.15 285.95 0.89 0.45
Hex AA D DA 16 5E 0 F 11E 59 2D
Octal 252 15 332 26 136 0 17 436 131 55
Binary 10101010 1101 11011010 10110 1011110 0 1111 100011110 1011001 101101

Color Harmonies of #AA0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DDA

Black with #AA0DDA

Text Example


Text Example

White with #AA0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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