Html Css Color HEX #AA287D Medium Red Violet

📋 copy color: '#AA287D'

red 170 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #AA287D

Tints of Medium Red Violet #AA287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 50.75%
G = 11.94%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA287D (or 0xAA287D) is known color: Medium Red Violet. HEX triplet: AA, 28 and 7D. RGB value is (170,40,125). Sum of RGB (Red+Green+Blue) = 170+40+125=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA287D is #55D782. Grayscale: #585858. Windows color (decimal): -5625731 or 8202410. OLE color: 8202410.

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

Color convert

RGB 170 40 125 -
CMYK 0 0.76 0.26 0.33
HSL 320.77º 0.62% 0.41% -
HSV(B) 320.77º 0.76% 0.67% -
XYZ 21.04 11.54 20.52 -
YUV 88.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 170 40 125 0 0.76 0.26 0.33 320.77 0.62 0.41
Hex AA 28 7D 0 4C 1A 21 141 3E 29
Octal 252 50 175 0 114 32 41 501 76 51
Binary 10101010 101000 1111101 0 1001100 11010 100001 101000001 111110 101001

Color Harmonies of #AA287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA287D

Black with #AA287D

Text Example


Text Example

White with #AA287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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