#AA1F90

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

Shades of Medium Red Violet #AA1F90

Tints of Medium Red Violet #AA1F90

Color information

#AA1F90 (or 0xAA1F90) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1F and 90. RGB value is (170,31,144). Sum of RGB (Red+Green+Blue) = 170+31+144=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F90 is #55E06F. Grayscale: #555555. Windows color (decimal): -5628016 or 9445290. OLE color: 9445290.

HSL color Cylindrical-coordinate representation of color #AA1F90: hue angle of 311.22º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F90 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17031144-
CMYK00.820.150.33
HSL311.22º69.15%39.41%-
HSV(B)311.22º81.76%66.67%-
XYZ22.111.5427.45-
YUV85.44161.05188.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=49.28%
G=8.99%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703114400.820.150.33311.2269.1539.41
HexAA1F90052F211374527
Octal252372200122174146710547
Binary1010101011111100100000101001011111000011001101111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F90; }

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

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

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

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

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

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

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

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