#A1448D

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

Shades of Medium Red Violet #A1448D

Tints of Medium Red Violet #A1448D

Color information

#A1448D (or 0xA1448D) is unknown color: approx Medium Red Violet. HEX triplet: A1, 44 and 8D. RGB value is (161,68,141). Sum of RGB (Red+Green+Blue) = 161+68+141=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1448D is #5EBB72. Grayscale: #676767. Windows color (decimal): -6208371 or 9258145. OLE color: 9258145.

HSL color Cylindrical-coordinate representation of color #A1448D: hue angle of 312.9º 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 #A1448D is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16168141-
CMYK00.580.120.37
HSL312.9º40.61%44.9%-
HSV(B)312.9º57.76%63.14%-
XYZ21.5713.6326.69-
YUV104.13148.81168.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=43.51%
G=18.38%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616814100.580.120.37312.940.6144.9
HexA1448D03AC25139292d
Octal24110421507214454715155
Binary1010000110001001000110101110101100100101100111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1448D; }

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

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

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

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

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

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

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

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