#A1298B

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

Shades of Medium Red Violet #A1298B

Tints of Medium Red Violet #A1298B

Color information

#A1298B (or 0xA1298B) is unknown color: approx Medium Red Violet. HEX triplet: A1, 29 and 8B. RGB value is (161,41,139). Sum of RGB (Red+Green+Blue) = 161+41+139=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1298B is #5ED674. Grayscale: #575757. Windows color (decimal): -6215285 or 9120161. OLE color: 9120161.

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

Color convert

RGB16141139-
CMYK00.750.140.37
HSL311º59.41%39.61%-
HSV(B)311º74.53%63.14%-
XYZ20.1511.0325.49-
YUV88.05156.76180.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 41 (16.41% from 255) = 12.02%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=47.21%
G=12.02%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614113900.750.140.3731159.4139.61
HexA1298B04BE251373b28
Octal24151213011316454677350
Binary1010000110100110001011010010111110100101100110111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1298B; }

 p { color: rgb(161,41,139); }

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

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

 a { background-color: rgb(161,41,139); }

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

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

 span { border-color: rgb(161,41,139); }

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