Html Css Color HEX #AA138D Medium Violet Red

📋 copy color: '#AA138D'

red 170 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #AA138D

Tints of Medium Violet Red #AA138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

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

R = 51.52%
G = 5.76%
B = 42.73%

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

#AA138D (or 0xAA138D) is known color: Medium Violet Red. HEX triplet: AA, 13 and 8D. RGB value is (170,19,141). Sum of RGB (Red+Green+Blue) = 170+19+141=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA138D is #55EC72. Grayscale: #4D4D4D. Windows color (decimal): -5631091 or 9245610. OLE color: 9245610.

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

Color convert

RGB 170 19 141 -
CMYK 0 0.89 0.17 0.33
HSL 311.52º 0.8% 0.37% -
HSV(B) 311.52º 0.89% 0.67% -
XYZ 21.62 10.93 26.17 -
YUV 78.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 170 19 141 0 0.89 0.17 0.33 311.52 0.8 0.37
Hex AA 13 8D 0 59 11 21 138 50 25
Octal 252 23 215 0 131 21 41 470 120 45
Binary 10101010 10011 10001101 0 1011001 10001 100001 100111000 1010000 100101

Color Harmonies of #AA138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA138D

Black with #AA138D

Text Example


Text Example

White with #AA138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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