Html Css Color HEX #AA1C8E Medium Red Violet

📋 copy color: '#AA1C8E'

red 170 ◦ green 28 ◦ blue 142

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

Shades of Medium Red Violet #AA1C8E

Tints of Medium Red Violet #AA1C8E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

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

R = 50%
G = 8.24%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA1C8E (or 0xAA1C8E) is known color: Medium Red Violet. HEX triplet: AA, 1C and 8E. RGB value is (170,28,142). Sum of RGB (Red+Green+Blue) = 170+28+142=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C8E is #55E371. Grayscale: #535353. Windows color (decimal): -5628786 or 9313450. OLE color: 9313450.

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

Color convert

RGB 170 28 142 -
CMYK 0 0.84 0.16 0.33
HSL 311.83º 0.72% 0.39% -
HSV(B) 311.83º 0.84% 0.67% -
XYZ 21.88 11.33 26.63 -
YUV 83.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 170 28 142 0 0.84 0.16 0.33 311.83 0.72 0.39
Hex AA 1C 8E 0 54 10 21 138 48 27
Octal 252 34 216 0 124 20 41 470 110 47
Binary 10101010 11100 10001110 0 1010100 10000 100001 100111000 1001000 100111

Color Harmonies of #AA1C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C8E

Black with #AA1C8E

Text Example


Text Example

White with #AA1C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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