Html Css Color HEX #AA09DD Dark Violet

📋 copy color: '#AA09DD'

red 170 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #AA09DD

Tints of Dark Violet #AA09DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 42.5%
G = 2.25%
B = 55.25%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA09DD (or 0xAA09DD) is known color: Dark Violet. HEX triplet: AA, 09 and DD. RGB value is (170,9,221). Sum of RGB (Red+Green+Blue) = 170+9+221=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09DD is #55F622. Grayscale: #505050. Windows color (decimal): -5633571 or 14485930. OLE color: 14485930.

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

Color convert

RGB 170 9 221 -
CMYK 0.23 0.96 0 0.13
HSL 285.57º 0.92% 0.45% -
HSV(B) 285.57º 0.96% 0.87% -
XYZ 29.73 13.96 69.53 -
YUV 81.31 206.84 191.26 -
System Red Green Blue C M Y K H S L
Decimal 170 9 221 0.23 0.96 0 0.13 285.57 0.92 0.45
Hex AA 9 DD 17 60 0 D 11E 5C 2D
Octal 252 11 335 27 140 0 15 436 134 55
Binary 10101010 1001 11011101 10111 1100000 0 1101 100011110 1011100 101101

Color Harmonies of #AA09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09DD

Black with #AA09DD

Text Example


Text Example

White with #AA09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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