Html Css Color HEX #AA3690 Medium Red Violet

📋 copy color: '#AA3690'

red 170 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #AA3690

Tints of Medium Red Violet #AA3690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.67%

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

R = 46.2%
G = 14.67%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA3690 (or 0xAA3690) is known color: Medium Red Violet. HEX triplet: AA, 36 and 90. RGB value is (170,54,144). Sum of RGB (Red+Green+Blue) = 170+54+144=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3690 is #55C96F. Grayscale: #626262. Windows color (decimal): -5622128 or 9451178. OLE color: 9451178.

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

Color convert

RGB 170 54 144 -
CMYK 0 0.68 0.15 0.33
HSL 313.45º 0.52% 0.44% -
HSV(B) 313.45º 0.68% 0.67% -
XYZ 22.93 13.2 27.72 -
YUV 98.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 170 54 144 0 0.68 0.15 0.33 313.45 0.52 0.44
Hex AA 36 90 0 44 F 21 139 34 2C
Octal 252 66 220 0 104 17 41 471 64 54
Binary 10101010 110110 10010000 0 1000100 1111 100001 100111001 110100 101100

Color Harmonies of #AA3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3690

Black with #AA3690

Text Example


Text Example

White with #AA3690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3690; }

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

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

background-color css

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

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

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

border-color css

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

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

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