Html Css Color HEX #AA4292 Medium Red Violet

📋 copy color: '#AA4292'

red 170 ◦ green 66 ◦ blue 146

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

Shades of Medium Red Violet #AA4292

Tints of Medium Red Violet #AA4292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

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

R = 44.5%
G = 17.28%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA4292 (or 0xAA4292) is known color: Medium Red Violet. HEX triplet: AA, 42 and 92. RGB value is (170,66,146). Sum of RGB (Red+Green+Blue) = 170+66+146=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4292 is #55BD6D. Grayscale: #6A6A6A. Windows color (decimal): -5619054 or 9585322. OLE color: 9585322.

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

Color convert

RGB 170 66 146 -
CMYK 0 0.61 0.14 0.33
HSL 313.85º 0.44% 0.46% -
HSV(B) 313.85º 0.61% 0.67% -
XYZ 23.71 14.52 28.75 -
YUV 106.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 170 66 146 0 0.61 0.14 0.33 313.85 0.44 0.46
Hex AA 42 92 0 3D E 21 13A 2C 2E
Octal 252 102 222 0 75 16 41 472 54 56
Binary 10101010 1000010 10010010 0 111101 1110 100001 100111010 101100 101110

Color Harmonies of #AA4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4292

Black with #AA4292

Text Example


Text Example

White with #AA4292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4292; }

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

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

background-color css

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

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

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

border-color css

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

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

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