Html Css Color HEX #AA1E8E Medium Red Violet

📋 copy color: '#AA1E8E'

red 170 ◦ green 30 ◦ blue 142

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

Shades of Medium Red Violet #AA1E8E

Tints of Medium Red Violet #AA1E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.77%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 49.71%
G = 8.77%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA1E8E (or 0xAA1E8E) is known color: Medium Red Violet. HEX triplet: AA, 1E and 8E. RGB value is (170,30,142). Sum of RGB (Red+Green+Blue) = 170+30+142=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E8E is #55E171. Grayscale: #545454. Windows color (decimal): -5628274 or 9313962. OLE color: 9313962.

HSL color Cylindrical-coordinate representation of color #AA1E8E: hue angle of 312º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E8E is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 142 -
CMYK 0 0.82 0.16 0.33
HSL 312º 0.7% 0.39% -
HSV(B) 312º 0.82% 0.67% -
XYZ 21.92 11.43 26.64 -
YUV 84.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 170 30 142 0 0.82 0.16 0.33 312 0.7 0.39
Hex AA 1E 8E 0 52 10 21 138 46 27
Octal 252 36 216 0 122 20 41 470 106 47
Binary 10101010 11110 10001110 0 1010010 10000 100001 100111000 1000110 100111

Color Harmonies of #AA1E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E8E

Black with #AA1E8E

Text Example


Text Example

White with #AA1E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E8E; }

 p { color: rgb(170,30,142); }

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

background-color css

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

 a { background-color: rgb(170,30,142); }

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

border-color css

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

 span { border-color: rgb(170,30,142); }

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