#A2288E

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

Shades of Medium Red Violet #A2288E

Tints of Medium Red Violet #A2288E

Color information

#A2288E (or 0xA2288E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 28 and 8E. RGB value is (162,40,142). Sum of RGB (Red+Green+Blue) = 162+40+142=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2288E is #5DD771. Grayscale: #575757. Windows color (decimal): -6150002 or 9316514. OLE color: 9316514.

HSL color Cylindrical-coordinate representation of color #A2288E: hue angle of 309.84º 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 #A2288E is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16240142-
CMYK00.750.120.36
HSL309.84º60.4%39.61%-
HSV(B)309.84º75.31%63.53%-
XYZ20.5411.1526.66-
YUV88.11158.42180.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=47.09%
G=11.63%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624014200.750.120.36309.8460.439.61
HexA2288E04BC241363c28
Octal24250216011314444667450
Binary1010001010100010001110010010111100100100100110110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2288E; }

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

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

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

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

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

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

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

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