Html Css Color HEX #AA09DB Dark Violet

📋 copy color: '#AA09DB'

red 170 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #AA09DB

Tints of Dark Violet #AA09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

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

R = 42.71%
G = 2.26%
B = 55.03%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA09DB (or 0xAA09DB) is known color: Dark Violet. HEX triplet: AA, 09 and DB. RGB value is (170,9,219). Sum of RGB (Red+Green+Blue) = 170+9+219=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09DB is #55F624. Grayscale: #505050. Windows color (decimal): -5633573 or 14354858. OLE color: 14354858.

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

Color convert

RGB 170 9 219 -
CMYK 0.22 0.96 0 0.14
HSL 286º 0.92% 0.45% -
HSV(B) 286º 0.96% 0.86% -
XYZ 29.46 13.86 68.14 -
YUV 81.08 205.84 191.42 -
System Red Green Blue C M Y K H S L
Decimal 170 9 219 0.22 0.96 0 0.14 286 0.92 0.45
Hex AA 9 DB 16 60 0 E 11E 5C 2D
Octal 252 11 333 26 140 0 16 436 134 55
Binary 10101010 1001 11011011 10110 1100000 0 1110 100011110 1011100 101101

Color Harmonies of #AA09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09DB

Black with #AA09DB

Text Example


Text Example

White with #AA09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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