Html Css Color HEX #AA3591 Medium Red Violet

📋 copy color: '#AA3591'

red 170 ◦ green 53 ◦ blue 145

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

Shades of Medium Red Violet #AA3591

Tints of Medium Red Violet #AA3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.4%

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 46.2%
G = 14.4%
B = 39.4%

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

#AA3591 (or 0xAA3591) is known color: Medium Red Violet. HEX triplet: AA, 35 and 91. RGB value is (170,53,145). Sum of RGB (Red+Green+Blue) = 170+53+145=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3591 is #55CA6E. Grayscale: #626262. Windows color (decimal): -5622383 or 9516458. OLE color: 9516458.

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

Color convert

RGB 170 53 145 -
CMYK 0 0.69 0.15 0.33
HSL 312.82º 0.52% 0.44% -
HSV(B) 312.82º 0.69% 0.67% -
XYZ 22.96 13.14 28.11 -
YUV 98.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 170 53 145 0 0.69 0.15 0.33 312.82 0.52 0.44
Hex AA 35 91 0 45 F 21 139 34 2C
Octal 252 65 221 0 105 17 41 471 64 54
Binary 10101010 110101 10010001 0 1000101 1111 100001 100111001 110100 101100

Color Harmonies of #AA3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3591

Black with #AA3591

Text Example


Text Example

White with #AA3591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3591; }

 p { color: rgb(170,53,145); }

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

background-color css

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

 a { background-color: rgb(170,53,145); }

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

border-color css

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

 span { border-color: rgb(170,53,145); }

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