#A14183

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

Shades of Medium Red Violet #A14183

Tints of Medium Red Violet #A14183

Color information

#A14183 (or 0xA14183) is unknown color: approx Medium Red Violet. HEX triplet: A1, 41 and 83. RGB value is (161,65,131). Sum of RGB (Red+Green+Blue) = 161+65+131=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A14183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14183 is #5EBE7C. Grayscale: #656565. Windows color (decimal): -6209149 or 8602017. OLE color: 8602017.

HSL color Cylindrical-coordinate representation of color #A14183: hue angle of 318.75º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14183 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB16165131-
CMYK00.600.190.37
HSL318.75º42.48%44.31%-
HSV(B)318.75º59.63%63.14%-
XYZ20.681322.89-
YUV101.23144.8170.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=45.10%
G=18.21%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616513100.600.190.37318.7542.4844.31
HexA1418303C132513f2a2c
Octal24110120307423454775254
Binary10100001100000110000011011110010011100101100111111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14183; }

 p { color: rgb(161,65,131); }

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

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

 a { background-color: rgb(161,65,131); }

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

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

 span { border-color: rgb(161,65,131); }

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