#A2288D

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

Shades of Medium Red Violet #A2288D

Tints of Medium Red Violet #A2288D

Color information

#A2288D (or 0xA2288D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 28 and 8D. RGB value is (162,40,141). Sum of RGB (Red+Green+Blue) = 162+40+141=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2288D is #5DD772. Grayscale: #575757. Windows color (decimal): -6150003 or 9250978. OLE color: 9250978.

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

Color convert

RGB16240141-
CMYK00.750.130.36
HSL310.33º60.4%39.61%-
HSV(B)310.33º75.31%63.53%-
XYZ20.4711.1226.27-
YUV87.99157.92180.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 40 (16.02% from 255) = 11.66%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=47.23%
G=11.66%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624014100.750.130.36310.3360.439.61
HexA2288D04BD241363c28
Octal24250215011315444667450
Binary1010001010100010001101010010111101100100100110110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2288D; }

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

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

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

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

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

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

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

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