#A4287B

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

Shades of Medium Red Violet #A4287B

Tints of Medium Red Violet #A4287B

Color information

#A4287B (or 0xA4287B) is unknown color: approx Medium Red Violet. HEX triplet: A4, 28 and 7B. RGB value is (164,40,123). Sum of RGB (Red+Green+Blue) = 164+40+123=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4287B is #5BD784. Grayscale: #565656. Windows color (decimal): -6018949 or 8071332. OLE color: 8071332.

HSL color Cylindrical-coordinate representation of color #A4287B: hue angle of 319.84º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4287B is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16440123-
CMYK00.760.250.36
HSL319.84º60.78%40%-
HSV(B)319.84º75.61%64.31%-
XYZ19.6410.8419.8-
YUV86.54148.58183.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 40 (16.02% from 255) = 12.23%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=50.15%
G=12.23%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644012300.760.250.36319.8460.7840
HexA4287B04C19241403d28
Octal24450173011431445007550
Binary1010010010100011110110100110011001100100101000000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4287B; }

 p { color: rgb(164,40,123); }

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

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

 a { background-color: rgb(164,40,123); }

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

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

 span { border-color: rgb(164,40,123); }

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