#A1368F

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

Shades of Medium Red Violet #A1368F

Tints of Medium Red Violet #A1368F

Color information

#A1368F (or 0xA1368F) is unknown color: approx Medium Red Violet. HEX triplet: A1, 36 and 8F. RGB value is (161,54,143). Sum of RGB (Red+Green+Blue) = 161+54+143=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1368F is #5EC970. Grayscale: #5F5F5F. Windows color (decimal): -6211953 or 9385633. OLE color: 9385633.

HSL color Cylindrical-coordinate representation of color #A1368F: hue angle of 310.09º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1368F is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16154143-
CMYK00.660.110.37
HSL310.09º49.77%42.16%-
HSV(B)310.09º66.46%63.14%-
XYZ20.9812.227.24-
YUV96.14154.45174.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=44.97%
G=15.08%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615414300.660.110.37310.0949.7742.16
HexA1368F042B25136322a
Octal24166217010213454666252
Binary1010000111011010001111010000101011100101100110110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1368F; }

 p { color: rgb(161,54,143); }

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

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

 a { background-color: rgb(161,54,143); }

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

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

 span { border-color: rgb(161,54,143); }

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