#A1438A

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

Shades of Medium Red Violet #A1438A

Tints of Medium Red Violet #A1438A

Color information

#A1438A (or 0xA1438A) is unknown color: approx Medium Red Violet. HEX triplet: A1, 43 and 8A. RGB value is (161,67,138). Sum of RGB (Red+Green+Blue) = 161+67+138=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1438A is #5EBC75. Grayscale: #676767. Windows color (decimal): -6208630 or 9061281. OLE color: 9061281.

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

Color convert

RGB16167138-
CMYK00.580.140.37
HSL314.68º41.23%44.71%-
HSV(B)314.68º58.39%63.14%-
XYZ21.2913.4325.51-
YUV103.2147.64169.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 67 (26.56% from 255) = 18.31%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=43.99%
G=18.31%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616713800.580.140.37314.6841.2344.71
HexA1438A03AE2513b292d
Octal24110321207216454735155
Binary1010000110000111000101001110101110100101100111011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1438A; }

 p { color: rgb(161,67,138); }

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

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

 a { background-color: rgb(161,67,138); }

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

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

 span { border-color: rgb(161,67,138); }

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