Html Css Color HEX #AA4591 Medium Red Violet

📋 copy color: '#AA4591'

red 170 ◦ green 69 ◦ blue 145

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

Shades of Medium Red Violet #AA4591

Tints of Medium Red Violet #AA4591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.97%

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

R = 44.27%
G = 17.97%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA4591 (or 0xAA4591) is known color: Medium Red Violet. HEX triplet: AA, 45 and 91. RGB value is (170,69,145). Sum of RGB (Red+Green+Blue) = 170+69+145=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4591 is #55BA6E. Grayscale: #6B6B6B. Windows color (decimal): -5618287 or 9520554. OLE color: 9520554.

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

Color convert

RGB 170 69 145 -
CMYK 0 0.59 0.15 0.33
HSL 314.85º 0.42% 0.47% -
HSV(B) 314.85º 0.59% 0.67% -
XYZ 23.82 14.85 28.4 -
YUV 107.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 170 69 145 0 0.59 0.15 0.33 314.85 0.42 0.47
Hex AA 45 91 0 3B F 21 13B 2A 2F
Octal 252 105 221 0 73 17 41 473 52 57
Binary 10101010 1000101 10010001 0 111011 1111 100001 100111011 101010 101111

Color Harmonies of #AA4591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4591

Black with #AA4591

Text Example


Text Example

White with #AA4591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4591; }

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

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

background-color css

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

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

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

border-color css

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

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

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