Html Css Color HEX #AA2887 Medium Red Violet

📋 copy color: '#AA2887'

red 170 ◦ green 40 ◦ blue 135

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

Shades of Medium Red Violet #AA2887

Tints of Medium Red Violet #AA2887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 49.28%
G = 11.59%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA2887 (or 0xAA2887) is known color: Medium Red Violet. HEX triplet: AA, 28 and 87. RGB value is (170,40,135). Sum of RGB (Red+Green+Blue) = 170+40+135=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2887 is #55D778. Grayscale: #595959. Windows color (decimal): -5625721 or 8857770. OLE color: 8857770.

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

Color convert

RGB 170 40 135 -
CMYK 0 0.76 0.21 0.33
HSL 316.15º 0.62% 0.41% -
HSV(B) 316.15º 0.76% 0.67% -
XYZ 21.71 11.81 24.06 -
YUV 89.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 170 40 135 0 0.76 0.21 0.33 316.15 0.62 0.41
Hex AA 28 87 0 4C 15 21 13C 3E 29
Octal 252 50 207 0 114 25 41 474 76 51
Binary 10101010 101000 10000111 0 1001100 10101 100001 100111100 111110 101001

Color Harmonies of #AA2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2887

Black with #AA2887

Text Example


Text Example

White with #AA2887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2887; }

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

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

background-color css

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

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

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

border-color css

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

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

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