Html Css Color HEX #AA138C Medium Violet Red

📋 copy color: '#AA138C'

red 170 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #AA138C

Tints of Medium Violet Red #AA138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 51.67%
G = 5.78%
B = 42.55%

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

#AA138C (or 0xAA138C) is known color: Medium Violet Red. HEX triplet: AA, 13 and 8C. RGB value is (170,19,140). Sum of RGB (Red+Green+Blue) = 170+19+140=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA138C is #55EC73. Grayscale: #4D4D4D. Windows color (decimal): -5631092 or 9180074. OLE color: 9180074.

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

Color convert

RGB 170 19 140 -
CMYK 0 0.89 0.18 0.33
HSL 311.92º 0.8% 0.37% -
HSV(B) 311.92º 0.89% 0.67% -
XYZ 21.54 10.91 25.78 -
YUV 77.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 170 19 140 0 0.89 0.18 0.33 311.92 0.8 0.37
Hex AA 13 8C 0 59 12 21 138 50 25
Octal 252 23 214 0 131 22 41 470 120 45
Binary 10101010 10011 10001100 0 1011001 10010 100001 100111000 1010000 100101

Color Harmonies of #AA138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA138C

Black with #AA138C

Text Example


Text Example

White with #AA138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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