Html Css Color HEX #AA2671 Medium Red Violet

📋 copy color: '#AA2671'

red 170 ◦ green 38 ◦ blue 113

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

Shades of Medium Red Violet #AA2671

Tints of Medium Red Violet #AA2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 52.96%
G = 11.84%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA2671 (or 0xAA2671) is known color: Medium Red Violet. HEX triplet: AA, 26 and 71. RGB value is (170,38,113). Sum of RGB (Red+Green+Blue) = 170+38+113=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2671 is #55D98E. Grayscale: #555555. Windows color (decimal): -5626255 or 7415466. OLE color: 7415466.

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

Color convert

RGB 170 38 113 -
CMYK 0 0.78 0.34 0.33
HSL 325.91º 0.63% 0.41% -
HSV(B) 325.91º 0.78% 0.67% -
XYZ 20.25 11.12 16.7 -
YUV 86.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 170 38 113 0 0.78 0.34 0.33 325.91 0.63 0.41
Hex AA 26 71 0 4E 22 21 146 3F 29
Octal 252 46 161 0 116 42 41 506 77 51
Binary 10101010 100110 1110001 0 1001110 100010 100001 101000110 111111 101001

Color Harmonies of #AA2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2671

Black with #AA2671

Text Example


Text Example

White with #AA2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2671; }

 p { color: rgb(170,38,113); }

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

background-color css

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

 a { background-color: rgb(170,38,113); }

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

border-color css

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

 span { border-color: rgb(170,38,113); }

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