Html Css Color HEX #AA1C93 Medium Violet Red

📋 copy color: '#AA1C93'

red 170 ◦ green 28 ◦ blue 147

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

Shades of Medium Violet Red #AA1C93

Tints of Medium Violet Red #AA1C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 49.28%
G = 8.12%
B = 42.61%

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

#AA1C93 (or 0xAA1C93) is known color: Medium Violet Red. HEX triplet: AA, 1C and 93. RGB value is (170,28,147). Sum of RGB (Red+Green+Blue) = 170+28+147=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C93 is #55E36C. Grayscale: #535353. Windows color (decimal): -5628781 or 9641130. OLE color: 9641130.

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

Color convert

RGB 170 28 147 -
CMYK 0 0.84 0.14 0.33
HSL 309.72º 0.72% 0.39% -
HSV(B) 309.72º 0.84% 0.67% -
XYZ 22.26 11.48 28.65 -
YUV 84.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 170 28 147 0 0.84 0.14 0.33 309.72 0.72 0.39
Hex AA 1C 93 0 54 E 21 136 48 27
Octal 252 34 223 0 124 16 41 466 110 47
Binary 10101010 11100 10010011 0 1010100 1110 100001 100110110 1001000 100111

Color Harmonies of #AA1C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C93

Black with #AA1C93

Text Example


Text Example

White with #AA1C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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