#AA1FA4

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

Shades of Medium Red Violet #AA1FA4

Tints of Medium Red Violet #AA1FA4

Color information

#AA1FA4 (or 0xAA1FA4) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1F and A4. RGB value is (170,31,164). Sum of RGB (Red+Green+Blue) = 170+31+164=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FA4 is #55E05B. Grayscale: #575757. Windows color (decimal): -5627996 or 10756010. OLE color: 10756010.

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

Color convert

RGB17031164-
CMYK00.820.040.33
HSL302.59º69.15%39.41%-
HSV(B)302.59º81.76%66.67%-
XYZ23.7712.2136.23-
YUV87.72171.05186.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 31 (12.5% from 255) = 8.49%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=46.58%
G=8.49%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703116400.820.040.33302.5969.1539.41
HexAA1FA405242112f4527
Octal25237244012244145710547
Binary101010101111110100100010100101001000011001011111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1FA4; }

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

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

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

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

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

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

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

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