Html Css Color HEX #AA4486 Medium Red Violet

📋 copy color: '#AA4486'

red 170 ◦ green 68 ◦ blue 134

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

Shades of Medium Red Violet #AA4486

Tints of Medium Red Violet #AA4486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 45.7%
G = 18.28%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA4486 (or 0xAA4486) is known color: Medium Red Violet. HEX triplet: AA, 44 and 86. RGB value is (170,68,134). Sum of RGB (Red+Green+Blue) = 170+68+134=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4486 is #55BB79. Grayscale: #696969. Windows color (decimal): -5618554 or 8799402. OLE color: 8799402.

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

Color convert

RGB 170 68 134 -
CMYK 0 0.6 0.21 0.33
HSL 321.18º 0.43% 0.47% -
HSV(B) 321.18º 0.6% 0.67% -
XYZ 22.95 14.4 24.12 -
YUV 106.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 170 68 134 0 0.6 0.21 0.33 321.18 0.43 0.47
Hex AA 44 86 0 3C 15 21 141 2B 2F
Octal 252 104 206 0 74 25 41 501 53 57
Binary 10101010 1000100 10000110 0 111100 10101 100001 101000001 101011 101111

Color Harmonies of #AA4486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4486

Black with #AA4486

Text Example


Text Example

White with #AA4486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4486; }

 p { color: rgb(170,68,134); }

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

background-color css

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

 a { background-color: rgb(170,68,134); }

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

border-color css

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

 span { border-color: rgb(170,68,134); }

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