#A14286

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

Shades of Medium Red Violet #A14286

Tints of Medium Red Violet #A14286

Color information

#A14286 (or 0xA14286) is unknown color: approx Medium Red Violet. HEX triplet: A1, 42 and 86. RGB value is (161,66,134). Sum of RGB (Red+Green+Blue) = 161+66+134=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A14286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14286 is #5EBD79. Grayscale: #656565. Windows color (decimal): -6208890 or 8798881. OLE color: 8798881.

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

Color convert

RGB16166134-
CMYK00.590.170.37
HSL317.05º41.85%44.51%-
HSV(B)317.05º59.01%63.14%-
XYZ20.9513.1924-
YUV102.16145.97169.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=44.60%
G=18.28%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616613400.590.170.37317.0541.8544.51
HexA1428603B112513d2a2d
Octal24110220607321454755255
Binary10100001100001010000110011101110001100101100111101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14286; }

 p { color: rgb(161,66,134); }

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

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

 a { background-color: rgb(161,66,134); }

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

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

 span { border-color: rgb(161,66,134); }

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