Html Css Color HEX #AA1C92 Medium Violet Red

📋 copy color: '#AA1C92'

red 170 ◦ green 28 ◦ blue 146

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

Shades of Medium Violet Red #AA1C92

Tints of Medium Violet Red #AA1C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 49.42%
G = 8.14%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA1C92 (or 0xAA1C92) is known color: Medium Violet Red. HEX triplet: AA, 1C and 92. RGB value is (170,28,146). Sum of RGB (Red+Green+Blue) = 170+28+146=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C92 is #55E36D. Grayscale: #535353. Windows color (decimal): -5628782 or 9575594. OLE color: 9575594.

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

Color convert

RGB 170 28 146 -
CMYK 0 0.84 0.14 0.33
HSL 310.14º 0.72% 0.39% -
HSV(B) 310.14º 0.84% 0.67% -
XYZ 22.18 11.45 28.24 -
YUV 83.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 170 28 146 0 0.84 0.14 0.33 310.14 0.72 0.39
Hex AA 1C 92 0 54 E 21 136 48 27
Octal 252 34 222 0 124 16 41 466 110 47
Binary 10101010 11100 10010010 0 1010100 1110 100001 100110110 1001000 100111

Color Harmonies of #AA1C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C92

Black with #AA1C92

Text Example


Text Example

White with #AA1C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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