Html Css Color HEX #AA2574 Medium Red Violet

📋 copy color: '#AA2574'

red 170 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #AA2574

Tints of Medium Red Violet #AA2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 52.63%
G = 11.46%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA2574 (or 0xAA2574) is known color: Medium Red Violet. HEX triplet: AA, 25 and 74. RGB value is (170,37,116). Sum of RGB (Red+Green+Blue) = 170+37+116=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2574 is #55DA8B. Grayscale: #555555. Windows color (decimal): -5626508 or 7611818. OLE color: 7611818.

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

Color convert

RGB 170 37 116 -
CMYK 0 0.78 0.32 0.33
HSL 324.36º 0.64% 0.41% -
HSV(B) 324.36º 0.78% 0.67% -
XYZ 20.39 11.13 17.6 -
YUV 85.77 145.06 188.08 -
System Red Green Blue C M Y K H S L
Decimal 170 37 116 0 0.78 0.32 0.33 324.36 0.64 0.41
Hex AA 25 74 0 4E 20 21 144 40 29
Octal 252 45 164 0 116 40 41 504 100 51
Binary 10101010 100101 1110100 0 1001110 100000 100001 101000100 1000000 101001

Color Harmonies of #AA2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2574

Black with #AA2574

Text Example


Text Example

White with #AA2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2574; }

 p { color: rgb(170,37,116); }

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

background-color css

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

 a { background-color: rgb(170,37,116); }

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

border-color css

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

 span { border-color: rgb(170,37,116); }

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