Html Css Color HEX #AA287F Medium Red Violet

📋 copy color: '#AA287F'

red 170 ◦ green 40 ◦ blue 127

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

Shades of Medium Red Violet #AA287F

Tints of Medium Red Violet #AA287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 50.45%
G = 11.87%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA287F (or 0xAA287F) is known color: Medium Red Violet. HEX triplet: AA, 28 and 7F. RGB value is (170,40,127). Sum of RGB (Red+Green+Blue) = 170+40+127=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA287F is #55D780. Grayscale: #585858. Windows color (decimal): -5625729 or 8333482. OLE color: 8333482.

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

Color convert

RGB 170 40 127 -
CMYK 0 0.76 0.25 0.33
HSL 319.85º 0.62% 0.41% -
HSV(B) 319.85º 0.76% 0.67% -
XYZ 21.17 11.6 21.2 -
YUV 88.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 170 40 127 0 0.76 0.25 0.33 319.85 0.62 0.41
Hex AA 28 7F 0 4C 19 21 140 3E 29
Octal 252 50 177 0 114 31 41 500 76 51
Binary 10101010 101000 1111111 0 1001100 11001 100001 101000000 111110 101001

Color Harmonies of #AA287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA287F

Black with #AA287F

Text Example


Text Example

White with #AA287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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