Html Css Color HEX #AA2781 Medium Red Violet

📋 copy color: '#AA2781'

red 170 ◦ green 39 ◦ blue 129

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

Shades of Medium Red Violet #AA2781

Tints of Medium Red Violet #AA2781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 50.3%
G = 11.54%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA2781 (or 0xAA2781) is known color: Medium Red Violet. HEX triplet: AA, 27 and 81. RGB value is (170,39,129). Sum of RGB (Red+Green+Blue) = 170+39+129=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2781 is #55D87E. Grayscale: #585858. Windows color (decimal): -5625983 or 8464298. OLE color: 8464298.

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

Color convert

RGB 170 39 129 -
CMYK 0 0.77 0.24 0.33
HSL 318.78º 0.63% 0.41% -
HSV(B) 318.78º 0.77% 0.67% -
XYZ 21.27 11.58 21.88 -
YUV 88.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 170 39 129 0 0.77 0.24 0.33 318.78 0.63 0.41
Hex AA 27 81 0 4D 18 21 13F 3F 29
Octal 252 47 201 0 115 30 41 477 77 51
Binary 10101010 100111 10000001 0 1001101 11000 100001 100111111 111111 101001

Color Harmonies of #AA2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2781

Black with #AA2781

Text Example


Text Example

White with #AA2781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2781; }

 p { color: rgb(170,39,129); }

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

background-color css

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

 a { background-color: rgb(170,39,129); }

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

border-color css

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

 span { border-color: rgb(170,39,129); }

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