#A14481

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

Shades of Medium Red Violet #A14481

Tints of Medium Red Violet #A14481

Color information

#A14481 (or 0xA14481) is unknown color: approx Medium Red Violet. HEX triplet: A1, 44 and 81. RGB value is (161,68,129). Sum of RGB (Red+Green+Blue) = 161+68+129=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A14481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14481 is #5EBB7E. Grayscale: #666666. Windows color (decimal): -6208383 or 8471713. OLE color: 8471713.

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

Color convert

RGB16168129-
CMYK00.580.200.37
HSL320.65º40.61%44.9%-
HSV(B)320.65º57.76%63.14%-
XYZ20.7313.322.24-
YUV102.76142.81169.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=44.97%
G=18.99%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616812900.580.200.37320.6540.6144.9
HexA1448103A1425141292d
Octal24110420107224455015155
Binary10100001100010010000001011101010100100101101000001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14481; }

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

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

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

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

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

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

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

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