Html Css Color HEX #AA1394 Medium Violet Red

📋 copy color: '#AA1394'

red 170 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #AA1394

Tints of Medium Violet Red #AA1394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.64%

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

R = 50.45%
G = 5.64%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA1394 (or 0xAA1394) is known color: Medium Violet Red. HEX triplet: AA, 13 and 94. RGB value is (170,19,148). Sum of RGB (Red+Green+Blue) = 170+19+148=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1394 is #55EC6B. Grayscale: #4E4E4E. Windows color (decimal): -5631084 or 9704362. OLE color: 9704362.

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

Color convert

RGB 170 19 148 -
CMYK 0 0.89 0.13 0.33
HSL 308.74º 0.8% 0.37% -
HSV(B) 308.74º 0.89% 0.67% -
XYZ 22.16 11.15 29 -
YUV 78.86 167.03 193.01 -
System Red Green Blue C M Y K H S L
Decimal 170 19 148 0 0.89 0.13 0.33 308.74 0.8 0.37
Hex AA 13 94 0 59 D 21 135 50 25
Octal 252 23 224 0 131 15 41 465 120 45
Binary 10101010 10011 10010100 0 1011001 1101 100001 100110101 1010000 100101

Color Harmonies of #AA1394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1394

Black with #AA1394

Text Example


Text Example

White with #AA1394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1394; }

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

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

background-color css

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

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

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

border-color css

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

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

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