Html Css Color HEX #AA128A Medium Violet Red

📋 copy color: '#AA128A'

red 170 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #AA128A

Tints of Medium Violet Red #AA128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 52.15%
G = 5.52%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA128A (or 0xAA128A) is known color: Medium Violet Red. HEX triplet: AA, 12 and 8A. RGB value is (170,18,138). Sum of RGB (Red+Green+Blue) = 170+18+138=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA128A is #55ED75. Grayscale: #4C4C4C. Windows color (decimal): -5631350 or 9048746. OLE color: 9048746.

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

Color convert

RGB 170 18 138 -
CMYK 0 0.89 0.19 0.33
HSL 312.63º 0.81% 0.37% -
HSV(B) 312.63º 0.89% 0.67% -
XYZ 21.38 10.81 25.01 -
YUV 77.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 170 18 138 0 0.89 0.19 0.33 312.63 0.81 0.37
Hex AA 12 8A 0 59 13 21 139 51 25
Octal 252 22 212 0 131 23 41 471 121 45
Binary 10101010 10010 10001010 0 1011001 10011 100001 100111001 1010001 100101

Color Harmonies of #AA128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA128A

Black with #AA128A

Text Example


Text Example

White with #AA128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA128A; }

 p { color: rgb(170,18,138); }

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

background-color css

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

 a { background-color: rgb(170,18,138); }

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

border-color css

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

 span { border-color: rgb(170,18,138); }

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