Html Css Color HEX #AA158B Medium Violet Red

📋 copy color: '#AA158B'

red 170 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #AA158B

Tints of Medium Violet Red #AA158B

RGB

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

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

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

R = 51.52%
G = 6.36%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA158B (or 0xAA158B) is known color: Medium Violet Red. HEX triplet: AA, 15 and 8B. RGB value is (170,21,139). Sum of RGB (Red+Green+Blue) = 170+21+139=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA158B is #55EA74. Grayscale: #4E4E4E. Windows color (decimal): -5630581 or 9115050. OLE color: 9115050.

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

Color convert

RGB 170 21 139 -
CMYK 0 0.88 0.18 0.33
HSL 312.48º 0.78% 0.37% -
HSV(B) 312.48º 0.88% 0.67% -
XYZ 21.51 10.95 25.41 -
YUV 79 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 170 21 139 0 0.88 0.18 0.33 312.48 0.78 0.37
Hex AA 15 8B 0 58 12 21 138 4E 25
Octal 252 25 213 0 130 22 41 470 116 45
Binary 10101010 10101 10001011 0 1011000 10010 100001 100111000 1001110 100101

Color Harmonies of #AA158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA158B

Black with #AA158B

Text Example


Text Example

White with #AA158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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