Html Css Color HEX #AA09DC Dark Violet

📋 copy color: '#AA09DC'

red 170 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #AA09DC

Tints of Dark Violet #AA09DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 42.61%
G = 2.26%
B = 55.14%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA09DC (or 0xAA09DC) is known color: Dark Violet. HEX triplet: AA, 09 and DC. RGB value is (170,9,220). Sum of RGB (Red+Green+Blue) = 170+9+220=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA09DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09DC is #55F623. Grayscale: #505050. Windows color (decimal): -5633572 or 14420394. OLE color: 14420394.

HSL color Cylindrical-coordinate representation of color #AA09DC: hue angle of 285.78º 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 #AA09DC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 9 220 -
CMYK 0.23 0.96 0 0.14
HSL 285.78º 0.92% 0.45% -
HSV(B) 285.78º 0.96% 0.86% -
XYZ 29.59 13.91 68.84 -
YUV 81.19 206.34 191.34 -
System Red Green Blue C M Y K H S L
Decimal 170 9 220 0.23 0.96 0 0.14 285.78 0.92 0.45
Hex AA 9 DC 17 60 0 E 11E 5C 2D
Octal 252 11 334 27 140 0 16 436 134 55
Binary 10101010 1001 11011100 10111 1100000 0 1110 100011110 1011100 101101

Color Harmonies of #AA09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09DC

Black with #AA09DC

Text Example


Text Example

White with #AA09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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