Html Css Color HEX #AA2676 Medium Red Violet

📋 copy color: '#AA2676'

red 170 ◦ green 38 ◦ blue 118

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

Shades of Medium Red Violet #AA2676

Tints of Medium Red Violet #AA2676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 52.15%
G = 11.66%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA2676 (or 0xAA2676) is known color: Medium Red Violet. HEX triplet: AA, 26 and 76. RGB value is (170,38,118). Sum of RGB (Red+Green+Blue) = 170+38+118=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2676 is #55D989. Grayscale: #565656. Windows color (decimal): -5626250 or 7743146. OLE color: 7743146.

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

Color convert

RGB 170 38 118 -
CMYK 0 0.78 0.31 0.33
HSL 323.64º 0.63% 0.41% -
HSV(B) 323.64º 0.78% 0.67% -
XYZ 20.54 11.24 18.23 -
YUV 86.59 145.73 187.5 -
System Red Green Blue C M Y K H S L
Decimal 170 38 118 0 0.78 0.31 0.33 323.64 0.63 0.41
Hex AA 26 76 0 4E 1F 21 144 3F 29
Octal 252 46 166 0 116 37 41 504 77 51
Binary 10101010 100110 1110110 0 1001110 11111 100001 101000100 111111 101001

Color Harmonies of #AA2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2676

Black with #AA2676

Text Example


Text Example

White with #AA2676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2676; }

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

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

background-color css

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

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

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

border-color css

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

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

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