Html Css Color HEX #AA12E7 Dark Violet

📋 copy color: '#AA12E7'

red 170 ◦ green 18 ◦ blue 231

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

Shades of Dark Violet #AA12E7

Tints of Dark Violet #AA12E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.13%

R = 40.57%
G = 4.3%
B = 55.13%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA12E7 (or 0xAA12E7) is known color: Dark Violet. HEX triplet: AA, 12 and E7. RGB value is (170,18,231). Sum of RGB (Red+Green+Blue) = 170+18+231=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA12E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA12E7 is #55ED18. Grayscale: #575757. Windows color (decimal): -5631257 or 15143594. OLE color: 15143594.

HSL color Cylindrical-coordinate representation of color #AA12E7: hue angle of 282.82º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA12E7 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 18 231 -
CMYK 0.26 0.92 0 0.09
HSL 282.82º 0.86% 0.49% -
HSV(B) 282.82º 0.92% 0.91% -
XYZ 31.22 14.75 76.8 -
YUV 87.73 208.86 186.68 -
System Red Green Blue C M Y K H S L
Decimal 170 18 231 0.26 0.92 0 0.09 282.82 0.86 0.49
Hex AA 12 E7 1A 5C 0 9 11B 56 31
Octal 252 22 347 32 134 0 11 433 126 61
Binary 10101010 10010 11100111 11010 1011100 0 1001 100011011 1010110 110001

Color Harmonies of #AA12E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12E7

Black with #AA12E7

Text Example


Text Example

White with #AA12E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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