Html Css Color HEX #AA4993 Medium Red Violet

📋 copy color: '#AA4993'

red 170 ◦ green 73 ◦ blue 147

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

Shades of Medium Red Violet #AA4993

Tints of Medium Red Violet #AA4993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 43.59%
G = 18.72%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA4993 (or 0xAA4993) is known color: Medium Red Violet. HEX triplet: AA, 49 and 93. RGB value is (170,73,147). Sum of RGB (Red+Green+Blue) = 170+73+147=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4993 is #55B66C. Grayscale: #6E6E6E. Windows color (decimal): -5617261 or 9652650. OLE color: 9652650.

HSL color Cylindrical-coordinate representation of color #AA4993: hue angle of 314.23º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4993 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 147 -
CMYK 0 0.57 0.14 0.33
HSL 314.23º 0.4% 0.48% -
HSV(B) 314.23º 0.57% 0.67% -
XYZ 24.23 15.42 29.3 -
YUV 110.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 170 73 147 0 0.57 0.14 0.33 314.23 0.4 0.48
Hex AA 49 93 0 39 E 21 13A 28 30
Octal 252 111 223 0 71 16 41 472 50 60
Binary 10101010 1001001 10010011 0 111001 1110 100001 100111010 101000 110000

Color Harmonies of #AA4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4993

Black with #AA4993

Text Example


Text Example

White with #AA4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4993; }

 p { color: rgb(170,73,147); }

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

background-color css

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

 a { background-color: rgb(170,73,147); }

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

border-color css

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

 span { border-color: rgb(170,73,147); }

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