#AA267F

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

Shades of Medium Red Violet #AA267F

Tints of Medium Red Violet #AA267F

Color information

#AA267F (or 0xAA267F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 26 and 7F. RGB value is (170,38,127). Sum of RGB (Red+Green+Blue) = 170+38+127=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA267F is #55D980. Grayscale: #575757. Windows color (decimal): -5626241 or 8332970. OLE color: 8332970.

HSL color Cylindrical-coordinate representation of color #AA267F: hue angle of 319.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA267F is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17038127-
CMYK00.780.250.33
HSL319.55º63.46%40.78%-
HSV(B)319.55º77.65%66.67%-
XYZ21.111.4621.18-
YUV87.61150.23186.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 127 (50% from 255) = 37.91%
R=50.75%
G=11.34%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703812700.780.250.33319.5563.4640.78
HexAA267F04E19211403f29
Octal25246177011631415007751
Binary1010101010011011111110100111011001100001101000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA267F; }

 p { color: rgb(170,38,127); }

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

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

 a { background-color: rgb(170,38,127); }

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

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

 span { border-color: rgb(170,38,127); }

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