#A2287F

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

Shades of Medium Red Violet #A2287F

Tints of Medium Red Violet #A2287F

Color information

#A2287F (or 0xA2287F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 28 and 7F. RGB value is (162,40,127). Sum of RGB (Red+Green+Blue) = 162+40+127=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2287F is #5DD780. Grayscale: #565656. Windows color (decimal): -6150017 or 8333474. OLE color: 8333474.

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

Color convert

RGB16240127-
CMYK00.750.220.36
HSL317.21º60.4%39.61%-
HSV(B)317.21º75.31%63.53%-
XYZ19.4910.7321.12-
YUV86.4150.92181.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 40 (16.02% from 255) = 12.16%
BLUE value IS 127 (50% from 255) = 38.60%
R=49.24%
G=12.16%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624012700.750.220.36317.2160.439.61
HexA2287F04B162413d3c28
Octal24250177011326444757450
Binary1010001010100011111110100101110110100100100111101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2287F; }

 p { color: rgb(162,40,127); }

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

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

 a { background-color: rgb(162,40,127); }

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

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

 span { border-color: rgb(162,40,127); }

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