Html Css Color HEX #AA12BF Dark Violet

📋 copy color: '#AA12BF'

red 170 ◦ green 18 ◦ blue 191

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

Shades of Dark Violet #AA12BF

Tints of Dark Violet #AA12BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 44.85%
G = 4.75%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA12BF (or 0xAA12BF) is known color: Dark Violet. HEX triplet: AA, 12 and BF. RGB value is (170,18,191). Sum of RGB (Red+Green+Blue) = 170+18+191=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12BF is #55ED40. Grayscale: #525252. Windows color (decimal): -5631297 or 12522154. OLE color: 12522154.

HSL color Cylindrical-coordinate representation of color #AA12BF: hue angle of 292.72º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12BF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 18 191 -
CMYK 0.11 0.91 0 0.25
HSL 292.72º 0.83% 0.41% -
HSV(B) 292.72º 0.91% 0.75% -
XYZ 26.2 12.74 50.37 -
YUV 83.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 170 18 191 0.11 0.91 0 0.25 292.72 0.83 0.41
Hex AA 12 BF B 5B 0 19 125 53 29
Octal 252 22 277 13 133 0 31 445 123 51
Binary 10101010 10010 10111111 1011 1011011 0 11001 100100101 1010011 101001

Color Harmonies of #AA12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12BF

Black with #AA12BF

Text Example


Text Example

White with #AA12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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