Html Css Color HEX #AA4392 Medium Red Violet

📋 copy color: '#AA4392'

red 170 ◦ green 67 ◦ blue 146

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

Shades of Medium Red Violet #AA4392

Tints of Medium Red Violet #AA4392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

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

R = 44.39%
G = 17.49%
B = 38.12%

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

#AA4392 (or 0xAA4392) is known color: Medium Red Violet. HEX triplet: AA, 43 and 92. RGB value is (170,67,146). Sum of RGB (Red+Green+Blue) = 170+67+146=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4392 is #55BC6D. Grayscale: #6A6A6A. Windows color (decimal): -5618798 or 9585578. OLE color: 9585578.

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

Color convert

RGB 170 67 146 -
CMYK 0 0.61 0.14 0.33
HSL 313.98º 0.43% 0.46% -
HSV(B) 313.98º 0.61% 0.67% -
XYZ 23.77 14.64 28.77 -
YUV 106.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 170 67 146 0 0.61 0.14 0.33 313.98 0.43 0.46
Hex AA 43 92 0 3D E 21 13A 2B 2E
Octal 252 103 222 0 75 16 41 472 53 56
Binary 10101010 1000011 10010010 0 111101 1110 100001 100111010 101011 101110

Color Harmonies of #AA4392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4392

Black with #AA4392

Text Example


Text Example

White with #AA4392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4392; }

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

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

background-color css

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

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

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

border-color css

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

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

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