#AA3880

Color #AA3880 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA3880

Tints of Medium Red Violet #AA3880

Color information

#AA3880 (or 0xAA3880) is unknown color: approx Medium Red Violet. HEX triplet: AA, 38 and 80. RGB value is (170,56,128). Sum of RGB (Red+Green+Blue) = 170+56+128=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3880 is #55C77F. Grayscale: #626262. Windows color (decimal): -5621632 or 8403114. OLE color: 8403114.

HSL color Cylindrical-coordinate representation of color #AA3880: hue angle of 322.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3880 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17056128-
CMYK00.670.250.33
HSL322.11º50.44%44.31%-
HSV(B)322.11º67.06%66.67%-
XYZ21.8912.9321.76-
YUV98.29144.77179.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=48.02%
G=15.82%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705612800.670.250.33322.1150.4444.31
HexAA38800431921142322c
Octal25270200010331415026254
Binary10101010111000100000000100001111001100001101000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3880; }

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

 H1.HeaderClassName
 {
   color: #AA3880;
 }
 .AnyTagClassName
 {
   color: #AA3880;
 }
</style>
background-color css

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

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

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

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

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

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