Html Css Color HEX #AA0DDB Dark Violet

📋 copy color: '#AA0DDB'

red 170 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #AA0DDB

Tints of Dark Violet #AA0DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 42.29%
G = 3.23%
B = 54.48%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA0DDB (or 0xAA0DDB) is known color: Dark Violet. HEX triplet: AA, 0D and DB. RGB value is (170,13,219). Sum of RGB (Red+Green+Blue) = 170+13+219=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DDB is #55F224. Grayscale: #525252. Windows color (decimal): -5632549 or 14355882. OLE color: 14355882.

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

Color convert

RGB 170 13 219 -
CMYK 0.22 0.94 0 0.14
HSL 285.73º 0.89% 0.45% -
HSV(B) 285.73º 0.94% 0.86% -
XYZ 29.51 13.95 68.15 -
YUV 83.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 170 13 219 0.22 0.94 0 0.14 285.73 0.89 0.45
Hex AA D DB 16 5E 0 E 11E 59 2D
Octal 252 15 333 26 136 0 16 436 131 55
Binary 10101010 1101 11011011 10110 1011110 0 1110 100011110 1011001 101101

Color Harmonies of #AA0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DDB

Black with #AA0DDB

Text Example


Text Example

White with #AA0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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