Html Css Color HEX #AA3490 Medium Red Violet

📋 copy color: '#AA3490'

red 170 ◦ green 52 ◦ blue 144

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

Shades of Medium Red Violet #AA3490

Tints of Medium Red Violet #AA3490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 46.45%
G = 14.21%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA3490 (or 0xAA3490) is known color: Medium Red Violet. HEX triplet: AA, 34 and 90. RGB value is (170,52,144). Sum of RGB (Red+Green+Blue) = 170+52+144=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3490 is #55CB6F. Grayscale: #616161. Windows color (decimal): -5622640 or 9450666. OLE color: 9450666.

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

Color convert

RGB 170 52 144 -
CMYK 0 0.69 0.15 0.33
HSL 313.22º 0.53% 0.44% -
HSV(B) 313.22º 0.69% 0.67% -
XYZ 22.84 13.02 27.69 -
YUV 97.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 170 52 144 0 0.69 0.15 0.33 313.22 0.53 0.44
Hex AA 34 90 0 45 F 21 139 35 2C
Octal 252 64 220 0 105 17 41 471 65 54
Binary 10101010 110100 10010000 0 1000101 1111 100001 100111001 110101 101100

Color Harmonies of #AA3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3490

Black with #AA3490

Text Example


Text Example

White with #AA3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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