Html Css Color HEX #AA12D9 Dark Violet

📋 copy color: '#AA12D9'

red 170 ◦ green 18 ◦ blue 217

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

Shades of Dark Violet #AA12D9

Tints of Dark Violet #AA12D9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.44%

 BLUE value IS 217 (85.16% from 255) = 53.58%

R = 41.98%
G = 4.44%
B = 53.58%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA12D9 (or 0xAA12D9) is known color: Dark Violet. HEX triplet: AA, 12 and D9. RGB value is (170,18,217). Sum of RGB (Red+Green+Blue) = 170+18+217=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA12D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12D9 is #55ED26. Grayscale: #555555. Windows color (decimal): -5631271 or 14226090. OLE color: 14226090.

HSL color Cylindrical-coordinate representation of color #AA12D9: hue angle of 285.83º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA12D9 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 18 217 -
CMYK 0.22 0.92 0 0.15
HSL 285.83º 0.85% 0.46% -
HSV(B) 285.83º 0.92% 0.85% -
XYZ 29.32 13.99 66.8 -
YUV 86.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 170 18 217 0.22 0.92 0 0.15 285.83 0.85 0.46
Hex AA 12 D9 16 5C 0 F 11E 55 2E
Octal 252 22 331 26 134 0 17 436 125 56
Binary 10101010 10010 11011001 10110 1011100 0 1111 100011110 1010101 101110

Color Harmonies of #AA12D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12D9

Black with #AA12D9

Text Example


Text Example

White with #AA12D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12D9; }

 p { color: rgb(170,18,217); }

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

background-color css

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

 a { background-color: rgb(170,18,217); }

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

border-color css

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

 span { border-color: rgb(170,18,217); }

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