Html Css Color HEX #AA128B Medium Violet Red

📋 copy color: '#AA128B'

red 170 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #AA128B

Tints of Medium Violet Red #AA128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 51.99%
G = 5.5%
B = 42.51%

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

#AA128B (or 0xAA128B) is known color: Medium Violet Red. HEX triplet: AA, 12 and 8B. RGB value is (170,18,139). Sum of RGB (Red+Green+Blue) = 170+18+139=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA128B is #55ED74. Grayscale: #4C4C4C. Windows color (decimal): -5631349 or 9114282. OLE color: 9114282.

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

Color convert

RGB 170 18 139 -
CMYK 0 0.89 0.18 0.33
HSL 312.24º 0.81% 0.37% -
HSV(B) 312.24º 0.89% 0.67% -
XYZ 21.45 10.84 25.39 -
YUV 77.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 170 18 139 0 0.89 0.18 0.33 312.24 0.81 0.37
Hex AA 12 8B 0 59 12 21 138 51 25
Octal 252 22 213 0 131 22 41 470 121 45
Binary 10101010 10010 10001011 0 1011001 10010 100001 100111000 1010001 100101

Color Harmonies of #AA128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA128B

Black with #AA128B

Text Example


Text Example

White with #AA128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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