#AA4282

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

Shades of Medium Red Violet #AA4282

Tints of Medium Red Violet #AA4282

Color information

#AA4282 (or 0xAA4282) is unknown color: approx Medium Red Violet. HEX triplet: AA, 42 and 82. RGB value is (170,66,130). Sum of RGB (Red+Green+Blue) = 170+66+130=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4282 is #55BD7D. Grayscale: #686868. Windows color (decimal): -5619070 or 8536746. OLE color: 8536746.

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

Color convert

RGB17066130-
CMYK00.610.240.33
HSL323.08º44.07%46.27%-
HSV(B)323.08º61.18%66.67%-
XYZ22.5614.0522.64-
YUV104.39142.46174.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=46.45%
G=18.03%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706613000.610.240.33323.0844.0746.27
HexAA428203D18211432c2e
Octal25210220207530415035456
Binary10101010100001010000010011110111000100001101000011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4282; }

 p { color: rgb(170,66,130); }

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

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

 a { background-color: rgb(170,66,130); }

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

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

 span { border-color: rgb(170,66,130); }

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