Html Css Color HEX #AA09D4 Dark Violet

📋 copy color: '#AA09D4'

red 170 ◦ green 9 ◦ blue 212

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

Shades of Dark Violet #AA09D4

Tints of Dark Violet #AA09D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 54.22%

R = 43.48%
G = 2.3%
B = 54.22%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA09D4 (or 0xAA09D4) is known color: Dark Violet. HEX triplet: AA, 09 and D4. RGB value is (170,9,212). Sum of RGB (Red+Green+Blue) = 170+9+212=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 212 (83.20% from 255 or 54.22% from 391); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA09D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09D4 is #55F62B. Grayscale: #4F4F4F. Windows color (decimal): -5633580 or 13896106. OLE color: 13896106.

HSL color Cylindrical-coordinate representation of color #AA09D4: hue angle of 287.59º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09D4 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 9 212 -
CMYK 0.20 0.96 0 0.17
HSL 287.59º 0.92% 0.43% -
HSV(B) 287.59º 0.96% 0.83% -
XYZ 28.56 13.49 63.39 -
YUV 80.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 170 9 212 0.20 0.96 0 0.17 287.59 0.92 0.43
Hex AA 9 D4 14 60 0 11 120 5C 2B
Octal 252 11 324 24 140 0 21 440 134 53
Binary 10101010 1001 11010100 10100 1100000 0 10001 100100000 1011100 101011

Color Harmonies of #AA09D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09D4

Black with #AA09D4

Text Example


Text Example

White with #AA09D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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