#A1458A

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

Shades of Medium Red Violet #A1458A

Tints of Medium Red Violet #A1458A

Color information

#A1458A (or 0xA1458A) is unknown color: approx Medium Red Violet. HEX triplet: A1, 45 and 8A. RGB value is (161,69,138). Sum of RGB (Red+Green+Blue) = 161+69+138=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1458A is #5EBA75. Grayscale: #686868. Windows color (decimal): -6208118 or 9061793. OLE color: 9061793.

HSL color Cylindrical-coordinate representation of color #A1458A: hue angle of 315º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1458A is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16169138-
CMYK00.570.140.37
HSL315º40%45.1%-
HSV(B)315º57.14%63.14%-
XYZ21.4113.6725.55-
YUV104.37146.98168.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616913800.570.140.373154045.1
HexA1458A039E2513b282d
Octal24110521207116454735055
Binary1010000110001011000101001110011110100101100111011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1458A; }

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

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

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

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

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

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

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

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