Html Css Color HEX #AA158D Medium Violet Red

📋 copy color: '#AA158D'

red 170 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #AA158D

Tints of Medium Violet Red #AA158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

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

R = 51.2%
G = 6.33%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA158D (or 0xAA158D) is known color: Medium Violet Red. HEX triplet: AA, 15 and 8D. RGB value is (170,21,141). Sum of RGB (Red+Green+Blue) = 170+21+141=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA158D is #55EA72. Grayscale: #4E4E4E. Windows color (decimal): -5630579 or 9246122. OLE color: 9246122.

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

Color convert

RGB 170 21 141 -
CMYK 0 0.88 0.17 0.33
HSL 311.68º 0.78% 0.37% -
HSV(B) 311.68º 0.88% 0.67% -
XYZ 21.65 11.01 26.18 -
YUV 79.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 170 21 141 0 0.88 0.17 0.33 311.68 0.78 0.37
Hex AA 15 8D 0 58 11 21 138 4E 25
Octal 252 25 215 0 130 21 41 470 116 45
Binary 10101010 10101 10001101 0 1011000 10001 100001 100111000 1001110 100101

Color Harmonies of #AA158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA158D

Black with #AA158D

Text Example


Text Example

White with #AA158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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