Html Css Color HEX #AA3E80 Medium Red Violet

📋 copy color: '#AA3E80'

red 170 ◦ green 62 ◦ blue 128

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

Shades of Medium Red Violet #AA3E80

Tints of Medium Red Violet #AA3E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 47.22%
G = 17.22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA3E80 (or 0xAA3E80) is known color: Medium Red Violet. HEX triplet: AA, 3E and 80. RGB value is (170,62,128). Sum of RGB (Red+Green+Blue) = 170+62+128=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E80 is #55C17F. Grayscale: #656565. Windows color (decimal): -5620096 or 8404650. OLE color: 8404650.

HSL color Cylindrical-coordinate representation of color #AA3E80: hue angle of 323.33º 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 #AA3E80 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 62 128 -
CMYK 0 0.64 0.25 0.33
HSL 323.33º 0.47% 0.45% -
HSV(B) 323.33º 0.64% 0.67% -
XYZ 22.2 13.55 21.87 -
YUV 101.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 170 62 128 0 0.64 0.25 0.33 323.33 0.47 0.45
Hex AA 3E 80 0 40 19 21 143 2F 2D
Octal 252 76 200 0 100 31 41 503 57 55
Binary 10101010 111110 10000000 0 1000000 11001 100001 101000011 101111 101101

Color Harmonies of #AA3E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E80

Black with #AA3E80

Text Example


Text Example

White with #AA3E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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