#A2478C

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

Shades of Medium Red Violet #A2478C

Tints of Medium Red Violet #A2478C

Color information

#A2478C (or 0xA2478C) is unknown color: approx Medium Red Violet. HEX triplet: A2, 47 and 8C. RGB value is (162,71,140). Sum of RGB (Red+Green+Blue) = 162+71+140=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2478C is #5DB873. Grayscale: #696969. Windows color (decimal): -6142068 or 9193378. OLE color: 9193378.

HSL color Cylindrical-coordinate representation of color #A2478C: hue angle of 314.51º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2478C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16271140-
CMYK00.560.140.36
HSL314.51º39.06%45.69%-
HSV(B)314.51º56.17%63.53%-
XYZ21.8914.0826.38-
YUV106.07147.15167.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=43.43%
G=19.03%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627114000.560.140.36314.5139.0645.69
HexA2478C038E2413b272e
Octal24210721407016444734756
Binary1010001010001111000110001110001110100100100111011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2478C; }

 p { color: rgb(162,71,140); }

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

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

 a { background-color: rgb(162,71,140); }

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

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

 span { border-color: rgb(162,71,140); }

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