#AA3A8D

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

Shades of Medium Red Violet #AA3A8D

Tints of Medium Red Violet #AA3A8D

Color information

#AA3A8D (or 0xAA3A8D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3A and 8D. RGB value is (170,58,141). Sum of RGB (Red+Green+Blue) = 170+58+141=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A8D is #55C572. Grayscale: #646464. Windows color (decimal): -5621107 or 9255594. OLE color: 9255594.

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

Color convert

RGB17058141-
CMYK00.660.170.33
HSL315.54º49.12%44.71%-
HSV(B)315.54º65.88%66.67%-
XYZ22.913.526.6-
YUV100.95150.61177.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=46.07%
G=15.72%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705814100.660.170.33315.5449.1244.71
HexAA3A8D042112113c312d
Octal25272215010221414746155
Binary10101010111010100011010100001010001100001100111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A8D; }

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

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

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

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

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

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

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

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