Html Css Color HEX #AA128C Medium Violet Red

📋 copy color: '#AA128C'

red 170 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #AA128C

Tints of Medium Violet Red #AA128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 51.83%
G = 5.49%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA128C (or 0xAA128C) is known color: Medium Violet Red. HEX triplet: AA, 12 and 8C. RGB value is (170,18,140). Sum of RGB (Red+Green+Blue) = 170+18+140=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA128C is #55ED73. Grayscale: #4D4D4D. Windows color (decimal): -5631348 or 9179818. OLE color: 9179818.

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

Color convert

RGB 170 18 140 -
CMYK 0 0.89 0.18 0.33
HSL 311.84º 0.81% 0.37% -
HSV(B) 311.84º 0.89% 0.67% -
XYZ 21.53 10.87 25.77 -
YUV 77.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 170 18 140 0 0.89 0.18 0.33 311.84 0.81 0.37
Hex AA 12 8C 0 59 12 21 138 51 25
Octal 252 22 214 0 131 22 41 470 121 45
Binary 10101010 10010 10001100 0 1011001 10010 100001 100111000 1010001 100101

Color Harmonies of #AA128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA128C

Black with #AA128C

Text Example


Text Example

White with #AA128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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