Html Css Color HEX #AA09DF Dark Violet

📋 copy color: '#AA09DF'

red 170 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #AA09DF

Tints of Dark Violet #AA09DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 42.29%
G = 2.24%
B = 55.47%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA09DF (or 0xAA09DF) is known color: Dark Violet. HEX triplet: AA, 09 and DF. RGB value is (170,9,223). Sum of RGB (Red+Green+Blue) = 170+9+223=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA09DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09DF is #55F620. Grayscale: #505050. Windows color (decimal): -5633569 or 14617002. OLE color: 14617002.

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

Color convert

RGB 170 9 223 -
CMYK 0.24 0.96 0 0.13
HSL 285.14º 0.92% 0.45% -
HSV(B) 285.14º 0.96% 0.87% -
XYZ 29.99 14.07 70.95 -
YUV 81.54 207.84 191.1 -
System Red Green Blue C M Y K H S L
Decimal 170 9 223 0.24 0.96 0 0.13 285.14 0.92 0.45
Hex AA 9 DF 18 60 0 D 11D 5C 2D
Octal 252 11 337 30 140 0 15 435 134 55
Binary 10101010 1001 11011111 11000 1100000 0 1101 100011101 1011100 101101

Color Harmonies of #AA09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09DF

Black with #AA09DF

Text Example


Text Example

White with #AA09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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