Html Css Color HEX #AA128D Medium Violet Red

📋 copy color: '#AA128D'

red 170 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #AA128D

Tints of Medium Violet Red #AA128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 51.67%
G = 5.47%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA128D (or 0xAA128D) is known color: Medium Violet Red. HEX triplet: AA, 12 and 8D. RGB value is (170,18,141). Sum of RGB (Red+Green+Blue) = 170+18+141=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA128D is #55ED72. Grayscale: #4D4D4D. Windows color (decimal): -5631347 or 9245354. OLE color: 9245354.

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

Color convert

RGB 170 18 141 -
CMYK 0 0.89 0.17 0.33
HSL 311.45º 0.81% 0.37% -
HSV(B) 311.45º 0.89% 0.67% -
XYZ 21.6 10.9 26.17 -
YUV 77.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 170 18 141 0 0.89 0.17 0.33 311.45 0.81 0.37
Hex AA 12 8D 0 59 11 21 137 51 25
Octal 252 22 215 0 131 21 41 467 121 45
Binary 10101010 10010 10001101 0 1011001 10001 100001 100110111 1010001 100101

Color Harmonies of #AA128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA128D

Black with #AA128D

Text Example


Text Example

White with #AA128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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