Html Css Color HEX #AA12E5 Dark Violet

📋 copy color: '#AA12E5'

red 170 ◦ green 18 ◦ blue 229

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

Shades of Dark Violet #AA12E5

Tints of Dark Violet #AA12E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.92%

R = 40.77%
G = 4.32%
B = 54.92%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA12E5 (or 0xAA12E5) is known color: Dark Violet. HEX triplet: AA, 12 and E5. RGB value is (170,18,229). Sum of RGB (Red+Green+Blue) = 170+18+229=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA12E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12E5 is #55ED1A. Grayscale: #565656. Windows color (decimal): -5631259 or 15012522. OLE color: 15012522.

HSL color Cylindrical-coordinate representation of color #AA12E5: hue angle of 283.22º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA12E5 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 18 229 -
CMYK 0.26 0.92 0 0.10
HSL 283.22º 0.85% 0.48% -
HSV(B) 283.22º 0.92% 0.9% -
XYZ 30.94 14.64 75.32 -
YUV 87.5 207.86 186.84 -
System Red Green Blue C M Y K H S L
Decimal 170 18 229 0.26 0.92 0 0.10 283.22 0.85 0.48
Hex AA 12 E5 1A 5C 0 A 11B 55 30
Octal 252 22 345 32 134 0 12 433 125 60
Binary 10101010 10010 11100101 11010 1011100 0 1010 100011011 1010101 110000

Color Harmonies of #AA12E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12E5

Black with #AA12E5

Text Example


Text Example

White with #AA12E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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