Html Css Color HEX #AA157A Medium Violet Red

📋 copy color: '#AA157A'

red 170 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #AA157A

Tints of Medium Violet Red #AA157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.71%

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 54.31%
G = 6.71%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA157A (or 0xAA157A) is known color: Medium Violet Red. HEX triplet: AA, 15 and 7A. RGB value is (170,21,122). Sum of RGB (Red+Green+Blue) = 170+21+122=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA157A is #55EA85. Grayscale: #4C4C4C. Windows color (decimal): -5630598 or 8000938. OLE color: 8000938.

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

Color convert

RGB 170 21 122 -
CMYK 0 0.88 0.28 0.33
HSL 319.33º 0.78% 0.37% -
HSV(B) 319.33º 0.88% 0.67% -
XYZ 20.36 10.49 19.36 -
YUV 77.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 170 21 122 0 0.88 0.28 0.33 319.33 0.78 0.37
Hex AA 15 7A 0 58 1C 21 13F 4E 25
Octal 252 25 172 0 130 34 41 477 116 45
Binary 10101010 10101 1111010 0 1011000 11100 100001 100111111 1001110 100101

Color Harmonies of #AA157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA157A

Black with #AA157A

Text Example


Text Example

White with #AA157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA157A; }

 p { color: rgb(170,21,122); }

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

background-color css

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

 a { background-color: rgb(170,21,122); }

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

border-color css

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

 span { border-color: rgb(170,21,122); }

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