#A9267D

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

Shades of Medium Red Violet #A9267D

Tints of Medium Red Violet #A9267D

Color information

#A9267D (or 0xA9267D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 26 and 7D. RGB value is (169,38,125). Sum of RGB (Red+Green+Blue) = 169+38+125=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9267D is #56D982. Grayscale: #565656. Windows color (decimal): -5691779 or 8201897. OLE color: 8201897.

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

Color convert

RGB16938125-
CMYK00.780.260.34
HSL320.15º63.29%40.59%-
HSV(B)320.15º77.51%66.27%-
XYZ20.7611.320.49-
YUV87.09149.4186.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 38 (15.23% from 255) = 11.45%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=50.90%
G=11.45%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693812500.780.260.34320.1563.2940.59
HexA9267D04E1A221403f29
Octal25146175011632425007751
Binary1010100110011011111010100111011010100010101000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9267D; }

 p { color: rgb(169,38,125); }

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

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

 a { background-color: rgb(169,38,125); }

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

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

 span { border-color: rgb(169,38,125); }

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