#A2288A

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

Shades of Medium Red Violet #A2288A

Tints of Medium Red Violet #A2288A

Color information

#A2288A (or 0xA2288A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 28 and 8A. RGB value is (162,40,138). Sum of RGB (Red+Green+Blue) = 162+40+138=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2288A is #5DD775. Grayscale: #575757. Windows color (decimal): -6150006 or 9054370. OLE color: 9054370.

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

Color convert

RGB16240138-
CMYK00.750.150.36
HSL311.8º60.4%39.61%-
HSV(B)311.8º75.31%63.53%-
XYZ20.2511.0325.11-
YUV87.65156.42181.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 40 (16.02% from 255) = 11.76%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=47.65%
G=11.76%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624013800.750.150.36311.860.439.61
HexA2288A04BF241383c28
Octal24250212011317444707450
Binary1010001010100010001010010010111111100100100111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2288A; }

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

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

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

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

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

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

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

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