Html Css Color HEX #AA276F Medium Red Violet

📋 copy color: '#AA276F'

red 170 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #AA276F

Tints of Medium Red Violet #AA276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 53.13%
G = 12.19%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA276F (or 0xAA276F) is known color: Medium Red Violet. HEX triplet: AA, 27 and 6F. RGB value is (170,39,111). Sum of RGB (Red+Green+Blue) = 170+39+111=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA276F is #55D890. Grayscale: #565656. Windows color (decimal): -5626001 or 7284650. OLE color: 7284650.

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

Color convert

RGB 170 39 111 -
CMYK 0 0.77 0.35 0.33
HSL 327.02º 0.63% 0.41% -
HSV(B) 327.02º 0.77% 0.67% -
XYZ 20.17 11.14 16.13 -
YUV 86.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 170 39 111 0 0.77 0.35 0.33 327.02 0.63 0.41
Hex AA 27 6F 0 4D 23 21 147 3F 29
Octal 252 47 157 0 115 43 41 507 77 51
Binary 10101010 100111 1101111 0 1001101 100011 100001 101000111 111111 101001

Color Harmonies of #AA276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA276F

Black with #AA276F

Text Example


Text Example

White with #AA276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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