Html Css Color HEX #AA3492 Medium Red Violet

📋 copy color: '#AA3492'

red 170 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #AA3492

Tints of Medium Red Violet #AA3492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

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

R = 46.2%
G = 14.13%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA3492 (or 0xAA3492) is known color: Medium Red Violet. HEX triplet: AA, 34 and 92. RGB value is (170,52,146). Sum of RGB (Red+Green+Blue) = 170+52+146=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3492 is #55CB6D. Grayscale: #616161. Windows color (decimal): -5622638 or 9581738. OLE color: 9581738.

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

Color convert

RGB 170 52 146 -
CMYK 0 0.69 0.14 0.33
HSL 312.2º 0.53% 0.44% -
HSV(B) 312.2º 0.69% 0.67% -
XYZ 22.99 13.08 28.51 -
YUV 98 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 170 52 146 0 0.69 0.14 0.33 312.2 0.53 0.44
Hex AA 34 92 0 45 E 21 138 35 2C
Octal 252 64 222 0 105 16 41 470 65 54
Binary 10101010 110100 10010010 0 1000101 1110 100001 100111000 110101 101100

Color Harmonies of #AA3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3492

Black with #AA3492

Text Example


Text Example

White with #AA3492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3492; }

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

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

background-color css

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

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

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

border-color css

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

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

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