Html Css Color HEX #AA1994 Medium Violet Red

📋 copy color: '#AA1994'

red 170 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #AA1994

Tints of Medium Violet Red #AA1994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 49.56%
G = 7.29%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA1994 (or 0xAA1994) is known color: Medium Violet Red. HEX triplet: AA, 19 and 94. RGB value is (170,25,148). Sum of RGB (Red+Green+Blue) = 170+25+148=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1994 is #55E66B. Grayscale: #525252. Windows color (decimal): -5629548 or 9705898. OLE color: 9705898.

HSL color Cylindrical-coordinate representation of color #AA1994: hue angle of 309.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1994 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 148 -
CMYK 0 0.85 0.13 0.33
HSL 309.1º 0.74% 0.38% -
HSV(B) 309.1º 0.85% 0.67% -
XYZ 22.27 11.38 29.04 -
YUV 82.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 170 25 148 0 0.85 0.13 0.33 309.1 0.74 0.38
Hex AA 19 94 0 55 D 21 135 4A 26
Octal 252 31 224 0 125 15 41 465 112 46
Binary 10101010 11001 10010100 0 1010101 1101 100001 100110101 1001010 100110

Color Harmonies of #AA1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1994

Black with #AA1994

Text Example


Text Example

White with #AA1994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1994; }

 p { color: rgb(170,25,148); }

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

background-color css

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

 a { background-color: rgb(170,25,148); }

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

border-color css

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

 span { border-color: rgb(170,25,148); }

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