Html Css Color HEX #AA278D Medium Red Violet

📋 copy color: '#AA278D'

red 170 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #AA278D

Tints of Medium Red Violet #AA278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 48.57%
G = 11.14%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA278D (or 0xAA278D) is known color: Medium Red Violet. HEX triplet: AA, 27 and 8D. RGB value is (170,39,141). Sum of RGB (Red+Green+Blue) = 170+39+141=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA278D is #55D872. Grayscale: #595959. Windows color (decimal): -5625971 or 9250730. OLE color: 9250730.

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

Color convert

RGB 170 39 141 -
CMYK 0 0.77 0.17 0.33
HSL 313.28º 0.63% 0.41% -
HSV(B) 313.28º 0.77% 0.67% -
XYZ 22.11 11.92 26.33 -
YUV 89.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 170 39 141 0 0.77 0.17 0.33 313.28 0.63 0.41
Hex AA 27 8D 0 4D 11 21 139 3F 29
Octal 252 47 215 0 115 21 41 471 77 51
Binary 10101010 100111 10001101 0 1001101 10001 100001 100111001 111111 101001

Color Harmonies of #AA278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA278D

Black with #AA278D

Text Example


Text Example

White with #AA278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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