Html Css Color HEX #AA3F87 Medium Red Violet

📋 copy color: '#AA3F87'

red 170 ◦ green 63 ◦ blue 135

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

Shades of Medium Red Violet #AA3F87

Tints of Medium Red Violet #AA3F87

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

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

R = 46.2%
G = 17.12%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA3F87 (or 0xAA3F87) is known color: Medium Red Violet. HEX triplet: AA, 3F and 87. RGB value is (170,63,135). Sum of RGB (Red+Green+Blue) = 170+63+135=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F87 is #55C078. Grayscale: #676767. Windows color (decimal): -5619833 or 8863658. OLE color: 8863658.

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

Color convert

RGB 170 63 135 -
CMYK 0 0.63 0.21 0.33
HSL 319.63º 0.46% 0.46% -
HSV(B) 319.63º 0.63% 0.67% -
XYZ 22.73 13.85 24.4 -
YUV 103.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 170 63 135 0 0.63 0.21 0.33 319.63 0.46 0.46
Hex AA 3F 87 0 3F 15 21 140 2E 2E
Octal 252 77 207 0 77 25 41 500 56 56
Binary 10101010 111111 10000111 0 111111 10101 100001 101000000 101110 101110

Color Harmonies of #AA3F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F87

Black with #AA3F87

Text Example


Text Example

White with #AA3F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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