Html Css Color HEX #AA3775 Medium Red Violet

📋 copy color: '#AA3775'

red 170 ◦ green 55 ◦ blue 117

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

Shades of Medium Red Violet #AA3775

Tints of Medium Red Violet #AA3775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 49.71%
G = 16.08%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA3775 (or 0xAA3775) is known color: Medium Red Violet. HEX triplet: AA, 37 and 75. RGB value is (170,55,117). Sum of RGB (Red+Green+Blue) = 170+55+117=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3775 is #55C88A. Grayscale: #606060. Windows color (decimal): -5621899 or 7681962. OLE color: 7681962.

HSL color Cylindrical-coordinate representation of color #AA3775: hue angle of 327.65º 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 #AA3775 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 117 -
CMYK 0 0.68 0.31 0.33
HSL 327.65º 0.51% 0.44% -
HSV(B) 327.65º 0.68% 0.67% -
XYZ 21.15 12.56 18.14 -
YUV 96.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 170 55 117 0 0.68 0.31 0.33 327.65 0.51 0.44
Hex AA 37 75 0 44 1F 21 148 33 2C
Octal 252 67 165 0 104 37 41 510 63 54
Binary 10101010 110111 1110101 0 1000100 11111 100001 101001000 110011 101100

Color Harmonies of #AA3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3775

Black with #AA3775

Text Example


Text Example

White with #AA3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3775; }

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

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

background-color css

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

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

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

border-color css

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

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

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