#A2288B

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

Shades of Medium Red Violet #A2288B

Tints of Medium Red Violet #A2288B

Color information

#A2288B (or 0xA2288B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 28 and 8B. RGB value is (162,40,139). Sum of RGB (Red+Green+Blue) = 162+40+139=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2288B is #5DD774. Grayscale: #575757. Windows color (decimal): -6150005 or 9119906. OLE color: 9119906.

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

Color convert

RGB16240139-
CMYK00.750.140.36
HSL311.31º60.4%39.61%-
HSV(B)311.31º75.31%63.53%-
XYZ20.3211.0625.49-
YUV87.76156.92180.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 40 (16.02% from 255) = 11.73%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=47.51%
G=11.73%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624013900.750.140.36311.3160.439.61
HexA2288B04BE241373c28
Octal24250213011316444677450
Binary1010001010100010001011010010111110100100100110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2288B; }

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

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

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

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

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

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

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

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