Html Css Color HEX #AA0E8C Medium Violet Red

📋 copy color: '#AA0E8C'

red 170 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #AA0E8C

Tints of Medium Violet Red #AA0E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.32%

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

R = 52.47%
G = 4.32%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA0E8C (or 0xAA0E8C) is known color: Medium Violet Red. HEX triplet: AA, 0E and 8C. RGB value is (170,14,140). Sum of RGB (Red+Green+Blue) = 170+14+140=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E8C is #55F173. Grayscale: #4A4A4A. Windows color (decimal): -5632372 or 9178794. OLE color: 9178794.

HSL color Cylindrical-coordinate representation of color #AA0E8C: hue angle of 311.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E8C is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 14 140 -
CMYK 0 0.92 0.18 0.33
HSL 311.54º 0.85% 0.36% -
HSV(B) 311.54º 0.92% 0.67% -
XYZ 21.47 10.75 25.76 -
YUV 75.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 170 14 140 0 0.92 0.18 0.33 311.54 0.85 0.36
Hex AA E 8C 0 5C 12 21 138 55 24
Octal 252 16 214 0 134 22 41 470 125 44
Binary 10101010 1110 10001100 0 1011100 10010 100001 100111000 1010101 100100

Color Harmonies of #AA0E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E8C

Black with #AA0E8C

Text Example


Text Example

White with #AA0E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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