#A1447F

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

Shades of Medium Red Violet #A1447F

Tints of Medium Red Violet #A1447F

Color information

#A1447F (or 0xA1447F) is unknown color: approx Medium Red Violet. HEX triplet: A1, 44 and 7F. RGB value is (161,68,127). Sum of RGB (Red+Green+Blue) = 161+68+127=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1447F is #5EBB80. Grayscale: #666666. Windows color (decimal): -6208385 or 8340641. OLE color: 8340641.

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

Color convert

RGB16168127-
CMYK00.580.210.37
HSL321.94º40.61%44.9%-
HSV(B)321.94º57.76%63.14%-
XYZ20.613.2421.55-
YUV102.53141.81169.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 68 (26.95% from 255) = 19.10%
BLUE value IS 127 (50% from 255) = 35.67%
R=45.22%
G=19.10%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616812700.580.210.37321.9440.6144.9
HexA1447F03A1525142292d
Octal24110417707225455025155
Binary1010000110001001111111011101010101100101101000010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1447F; }

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

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

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

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

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

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

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

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