#A0448C

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

Shades of Medium Red Violet #A0448C

Tints of Medium Red Violet #A0448C

Color information

#A0448C (or 0xA0448C) is unknown color: approx Medium Red Violet. HEX triplet: A0, 44 and 8C. RGB value is (160,68,140). Sum of RGB (Red+Green+Blue) = 160+68+140=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0448C is #5FBB73. Grayscale: #676767. Windows color (decimal): -6273908 or 9192608. OLE color: 9192608.

HSL color Cylindrical-coordinate representation of color #A0448C: hue angle of 313.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0448C is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16068140-
CMYK00.570.120.37
HSL313.04º40.35%44.71%-
HSV(B)313.04º57.5%62.75%-
XYZ21.313.526.29-
YUV103.72148.48168.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 68 (26.95% from 255) = 18.48%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=43.48%
G=18.48%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606814000.570.120.37313.0440.3544.71
HexA0448C039C25139282d
Octal24010421407114454715055
Binary1010000010001001000110001110011100100101100111001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0448C; }

 p { color: rgb(160,68,140); }

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

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

 a { background-color: rgb(160,68,140); }

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

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

 span { border-color: rgb(160,68,140); }

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