Html Css Color HEX #AA1292 Medium Violet Red

📋 copy color: '#AA1292'

red 170 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #AA1292

Tints of Medium Violet Red #AA1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

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

R = 50.9%
G = 5.39%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA1292 (or 0xAA1292) is known color: Medium Violet Red. HEX triplet: AA, 12 and 92. RGB value is (170,18,146). Sum of RGB (Red+Green+Blue) = 170+18+146=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1292 is #55ED6D. Grayscale: #4D4D4D. Windows color (decimal): -5631342 or 9573034. OLE color: 9573034.

HSL color Cylindrical-coordinate representation of color #AA1292: hue angle of 309.47º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1292 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 146 -
CMYK 0 0.89 0.14 0.33
HSL 309.47º 0.81% 0.37% -
HSV(B) 309.47º 0.89% 0.67% -
XYZ 21.98 11.05 28.17 -
YUV 78.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 170 18 146 0 0.89 0.14 0.33 309.47 0.81 0.37
Hex AA 12 92 0 59 E 21 135 51 25
Octal 252 22 222 0 131 16 41 465 121 45
Binary 10101010 10010 10010010 0 1011001 1110 100001 100110101 1010001 100101

Color Harmonies of #AA1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1292

Black with #AA1292

Text Example


Text Example

White with #AA1292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1292; }

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

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

background-color css

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

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

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

border-color css

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

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

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