#AA3D90

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

Shades of Medium Red Violet #AA3D90

Tints of Medium Red Violet #AA3D90

Color information

#AA3D90 (or 0xAA3D90) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3D and 90. RGB value is (170,61,144). Sum of RGB (Red+Green+Blue) = 170+61+144=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3D90 is #55C26F. Grayscale: #666666. Windows color (decimal): -5620336 or 9452970. OLE color: 9452970.

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

Color convert

RGB17061144-
CMYK00.640.150.33
HSL314.31º47.19%45.29%-
HSV(B)314.31º64.12%66.67%-
XYZ23.2813.927.84-
YUV103.05151.11175.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=45.33%
G=16.27%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706114400.640.150.33314.3147.1945.29
HexAA3D90040F2113a2f2d
Octal25275220010017414725755
Binary1010101011110110010000010000001111100001100111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D90; }

 p { color: rgb(170,61,144); }

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

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

 a { background-color: rgb(170,61,144); }

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

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

 span { border-color: rgb(170,61,144); }

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