Html Css Color HEX #AA3987 Medium Red Violet

📋 copy color: '#AA3987'

red 170 ◦ green 57 ◦ blue 135

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

Shades of Medium Red Violet #AA3987

Tints of Medium Red Violet #AA3987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.75%

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 46.96%
G = 15.75%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA3987 (or 0xAA3987) is known color: Medium Red Violet. HEX triplet: AA, 39 and 87. RGB value is (170,57,135). Sum of RGB (Red+Green+Blue) = 170+57+135=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3987 is #55C678. Grayscale: #636363. Windows color (decimal): -5621369 or 8862122. OLE color: 8862122.

HSL color Cylindrical-coordinate representation of color #AA3987: hue angle of 318.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3987 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 57 135 -
CMYK 0 0.66 0.21 0.33
HSL 318.58º 0.5% 0.45% -
HSV(B) 318.58º 0.66% 0.67% -
XYZ 22.41 13.22 24.29 -
YUV 99.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 170 57 135 0 0.66 0.21 0.33 318.58 0.5 0.45
Hex AA 39 87 0 42 15 21 13F 32 2D
Octal 252 71 207 0 102 25 41 477 62 55
Binary 10101010 111001 10000111 0 1000010 10101 100001 100111111 110010 101101

Color Harmonies of #AA3987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3987

Black with #AA3987

Text Example


Text Example

White with #AA3987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3987; }

 p { color: rgb(170,57,135); }

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

background-color css

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

 a { background-color: rgb(170,57,135); }

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

border-color css

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

 span { border-color: rgb(170,57,135); }

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