#A1448C

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

Shades of Medium Red Violet #A1448C

Tints of Medium Red Violet #A1448C

Color information

#A1448C (or 0xA1448C) is unknown color: approx Medium Red Violet. HEX triplet: A1, 44 and 8C. RGB value is (161,68,140). Sum of RGB (Red+Green+Blue) = 161+68+140=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1448C is #5EBB73. Grayscale: #676767. Windows color (decimal): -6208372 or 9192609. OLE color: 9192609.

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

Color convert

RGB16168140-
CMYK00.580.130.37
HSL313.55º40.61%44.9%-
HSV(B)313.55º57.76%63.14%-
XYZ21.513.626.3-
YUV104.01148.31168.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=43.63%
G=18.43%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616814000.580.130.37313.5540.6144.9
HexA1448C03AD2513a292d
Octal24110421407215454725155
Binary1010000110001001000110001110101101100101100111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1448C; }

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

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

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

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

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

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

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

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