#AA267E

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

Shades of Medium Red Violet #AA267E

Tints of Medium Red Violet #AA267E

Color information

#AA267E (or 0xAA267E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 26 and 7E. RGB value is (170,38,126). Sum of RGB (Red+Green+Blue) = 170+38+126=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA267E is #55D981. Grayscale: #575757. Windows color (decimal): -5626242 or 8267434. OLE color: 8267434.

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

Color convert

RGB17038126-
CMYK00.780.260.33
HSL320º63.46%40.78%-
HSV(B)320º77.65%66.67%-
XYZ21.0411.4420.84-
YUV87.5149.73186.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=50.90%
G=11.38%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703812600.780.260.3332063.4640.78
HexAA267E04E1A211403f29
Octal25246176011632415007751
Binary1010101010011011111100100111011010100001101000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA267E; }

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

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

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

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

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

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

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

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