Html Css Color HEX #AA4086 Medium Red Violet

📋 copy color: '#AA4086'

red 170 ◦ green 64 ◦ blue 134

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

Shades of Medium Red Violet #AA4086

Tints of Medium Red Violet #AA4086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 46.2%
G = 17.39%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA4086 (or 0xAA4086) is known color: Medium Red Violet. HEX triplet: AA, 40 and 86. RGB value is (170,64,134). Sum of RGB (Red+Green+Blue) = 170+64+134=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4086 is #55BF79. Grayscale: #676767. Windows color (decimal): -5619578 or 8798378. OLE color: 8798378.

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

Color convert

RGB 170 64 134 -
CMYK 0 0.62 0.21 0.33
HSL 320.38º 0.45% 0.46% -
HSV(B) 320.38º 0.62% 0.67% -
XYZ 22.71 13.93 24.05 -
YUV 103.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 170 64 134 0 0.62 0.21 0.33 320.38 0.45 0.46
Hex AA 40 86 0 3E 15 21 140 2D 2E
Octal 252 100 206 0 76 25 41 500 55 56
Binary 10101010 1000000 10000110 0 111110 10101 100001 101000000 101101 101110

Color Harmonies of #AA4086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4086

Black with #AA4086

Text Example


Text Example

White with #AA4086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4086; }

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

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

background-color css

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

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

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

border-color css

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

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

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