Html Css Color HEX #AA1488 Medium Violet Red

📋 copy color: '#AA1488'

red 170 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #AA1488

Tints of Medium Violet Red #AA1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 52.15%
G = 6.13%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA1488 (or 0xAA1488) is known color: Medium Violet Red. HEX triplet: AA, 14 and 88. RGB value is (170,20,136). Sum of RGB (Red+Green+Blue) = 170+20+136=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1488 is #55EB77. Grayscale: #4D4D4D. Windows color (decimal): -5630840 or 8918186. OLE color: 8918186.

HSL color Cylindrical-coordinate representation of color #AA1488: hue angle of 313.6º degrees, saturation: 0.79, 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 #AA1488 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 136 -
CMYK 0 0.88 0.20 0.33
HSL 313.6º 0.79% 0.37% -
HSV(B) 313.6º 0.88% 0.67% -
XYZ 21.27 10.82 24.26 -
YUV 78.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 170 20 136 0 0.88 0.20 0.33 313.6 0.79 0.37
Hex AA 14 88 0 58 14 21 13A 4F 25
Octal 252 24 210 0 130 24 41 472 117 45
Binary 10101010 10100 10001000 0 1011000 10100 100001 100111010 1001111 100101

Color Harmonies of #AA1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1488

Black with #AA1488

Text Example


Text Example

White with #AA1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1488; }

 p { color: rgb(170,20,136); }

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

background-color css

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

 a { background-color: rgb(170,20,136); }

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

border-color css

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

 span { border-color: rgb(170,20,136); }

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