Html Css Color HEX #AA2376 Medium Red Violet

📋 copy color: '#AA2376'

red 170 ◦ green 35 ◦ blue 118

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

Shades of Medium Red Violet #AA2376

Tints of Medium Red Violet #AA2376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

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

R = 52.63%
G = 10.84%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA2376 (or 0xAA2376) is known color: Medium Red Violet. HEX triplet: AA, 23 and 76. RGB value is (170,35,118). Sum of RGB (Red+Green+Blue) = 170+35+118=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2376 is #55DC89. Grayscale: #545454. Windows color (decimal): -5627018 or 7742378. OLE color: 7742378.

HSL color Cylindrical-coordinate representation of color #AA2376: hue angle of 323.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2376 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 35 118 -
CMYK 0 0.79 0.31 0.33
HSL 323.11º 0.66% 0.4% -
HSV(B) 323.11º 0.79% 0.67% -
XYZ 20.45 11.06 18.2 -
YUV 84.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 170 35 118 0 0.79 0.31 0.33 323.11 0.66 0.4
Hex AA 23 76 0 4F 1F 21 143 42 28
Octal 252 43 166 0 117 37 41 503 102 50
Binary 10101010 100011 1110110 0 1001111 11111 100001 101000011 1000010 101000

Color Harmonies of #AA2376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2376

Black with #AA2376

Text Example


Text Example

White with #AA2376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2376; }

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

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

background-color css

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

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

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

border-color css

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

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

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