Html Css Color HEX #AA12BA Dark Violet

📋 copy color: '#AA12BA'

red 170 ◦ green 18 ◦ blue 186

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

Shades of Dark Violet #AA12BA

Tints of Dark Violet #AA12BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 45.45%
G = 4.81%
B = 49.73%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA12BA (or 0xAA12BA) is known color: Dark Violet. HEX triplet: AA, 12 and BA. RGB value is (170,18,186). Sum of RGB (Red+Green+Blue) = 170+18+186=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12BA is #55ED45. Grayscale: #525252. Windows color (decimal): -5631302 or 12194474. OLE color: 12194474.

HSL color Cylindrical-coordinate representation of color #AA12BA: hue angle of 294.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA12BA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 18 186 -
CMYK 0.09 0.90 0 0.27
HSL 294.29º 0.82% 0.4% -
HSV(B) 294.29º 0.9% 0.73% -
XYZ 25.66 12.52 47.52 -
YUV 82.6 186.36 190.34 -
System Red Green Blue C M Y K H S L
Decimal 170 18 186 0.09 0.90 0 0.27 294.29 0.82 0.4
Hex AA 12 BA 9 5A 0 1B 126 52 28
Octal 252 22 272 11 132 0 33 446 122 50
Binary 10101010 10010 10111010 1001 1011010 0 11011 100100110 1010010 101000

Color Harmonies of #AA12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12BA

Black with #AA12BA

Text Example


Text Example

White with #AA12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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