Html Css Color HEX #AA3E86 Medium Red Violet

📋 copy color: '#AA3E86'

red 170 ◦ green 62 ◦ blue 134

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

Shades of Medium Red Violet #AA3E86

Tints of Medium Red Violet #AA3E86

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

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

R = 46.45%
G = 16.94%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA3E86 (or 0xAA3E86) is known color: Medium Red Violet. HEX triplet: AA, 3E and 86. RGB value is (170,62,134). Sum of RGB (Red+Green+Blue) = 170+62+134=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E86 is #55C179. Grayscale: #666666. Windows color (decimal): -5620090 or 8797866. OLE color: 8797866.

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

Color convert

RGB 170 62 134 -
CMYK 0 0.64 0.21 0.33
HSL 320º 0.47% 0.45% -
HSV(B) 320º 0.64% 0.67% -
XYZ 22.6 13.71 24.01 -
YUV 102.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 170 62 134 0 0.64 0.21 0.33 320 0.47 0.45
Hex AA 3E 86 0 40 15 21 140 2F 2D
Octal 252 76 206 0 100 25 41 500 57 55
Binary 10101010 111110 10000110 0 1000000 10101 100001 101000000 101111 101101

Color Harmonies of #AA3E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E86

Black with #AA3E86

Text Example


Text Example

White with #AA3E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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