#AA3C8D

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

Shades of Medium Red Violet #AA3C8D

Tints of Medium Red Violet #AA3C8D

Color information

#AA3C8D (or 0xAA3C8D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3C and 8D. RGB value is (170,60,141). Sum of RGB (Red+Green+Blue) = 170+60+141=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C8D is #55C372. Grayscale: #656565. Windows color (decimal): -5620595 or 9256106. OLE color: 9256106.

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

Color convert

RGB17060141-
CMYK00.650.170.33
HSL315.82º47.83%45.1%-
HSV(B)315.82º64.71%66.67%-
XYZ2313.726.63-
YUV102.12149.94176.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=45.82%
G=16.17%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706014100.650.170.33315.8247.8345.1
HexAA3C8D041112113c302d
Octal25274215010121414746055
Binary10101010111100100011010100000110001100001100111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C8D; }

 p { color: rgb(170,60,141); }

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

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

 a { background-color: rgb(170,60,141); }

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

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

 span { border-color: rgb(170,60,141); }

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