Html Css Color HEX #AA12DA Dark Violet

📋 copy color: '#AA12DA'

red 170 ◦ green 18 ◦ blue 218

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

Shades of Dark Violet #AA12DA

Tints of Dark Violet #AA12DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 41.87%
G = 4.43%
B = 53.69%

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

#AA12DA (or 0xAA12DA) is known color: Dark Violet. HEX triplet: AA, 12 and DA. RGB value is (170,18,218). Sum of RGB (Red+Green+Blue) = 170+18+218=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA12DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12DA is #55ED25. Grayscale: #555555. Windows color (decimal): -5631270 or 14291626. OLE color: 14291626.

HSL color Cylindrical-coordinate representation of color #AA12DA: hue angle of 285.6º 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 #AA12DA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 18 218 -
CMYK 0.22 0.92 0 0.15
HSL 285.6º 0.85% 0.46% -
HSV(B) 285.6º 0.92% 0.85% -
XYZ 29.45 14.04 67.49 -
YUV 86.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 170 18 218 0.22 0.92 0 0.15 285.6 0.85 0.46
Hex AA 12 DA 16 5C 0 F 11E 55 2E
Octal 252 22 332 26 134 0 17 436 125 56
Binary 10101010 10010 11011010 10110 1011100 0 1111 100011110 1010101 101110

Color Harmonies of #AA12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12DA

Black with #AA12DA

Text Example


Text Example

White with #AA12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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