Html Css Color HEX #AA3799 Medium Red Violet

📋 copy color: '#AA3799'

red 170 ◦ green 55 ◦ blue 153

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

Shades of Medium Red Violet #AA3799

Tints of Medium Red Violet #AA3799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 44.97%
G = 14.55%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA3799 (or 0xAA3799) is known color: Medium Red Violet. HEX triplet: AA, 37 and 99. RGB value is (170,55,153). Sum of RGB (Red+Green+Blue) = 170+55+153=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3799 is #55C866. Grayscale: #646464. Windows color (decimal): -5621863 or 10041258. OLE color: 10041258.

HSL color Cylindrical-coordinate representation of color #AA3799: hue angle of 308.87º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3799 is Cyan = 0, Magento = 0.68, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 153 -
CMYK 0 0.68 0.1 0.33
HSL 308.87º 0.51% 0.44% -
HSV(B) 308.87º 0.68% 0.67% -
XYZ 23.69 13.58 31.51 -
YUV 100.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 170 55 153 0 0.68 0.1 0.33 308.87 0.51 0.44
Hex AA 37 99 0 44 A 21 135 33 2C
Octal 252 67 231 0 104 12 41 465 63 54
Binary 10101010 110111 10011001 0 1000100 1010 100001 100110101 110011 101100

Color Harmonies of #AA3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3799

Black with #AA3799

Text Example


Text Example

White with #AA3799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3799; }

 p { color: rgb(170,55,153); }

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

background-color css

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

 a { background-color: rgb(170,55,153); }

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

border-color css

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

 span { border-color: rgb(170,55,153); }

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