#a14485

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

Shades of Medium Red Violet #A14485

Tints of Medium Red Violet #A14485

Color information

#A14485 (or 0xA14485) is unknown color: approx Medium Red Violet. HEX triplet: A1, 44 and 85. RGB value is (161,68,133). Sum of RGB (Red+Green+Blue) = 161+68+133=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14485 is #5EBB7A. Grayscale: #676767. Windows color (decimal): -6208379 or 8733857. OLE color: 8733857.

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

Color convert

RGB16168133-
CMYK00.580.170.37
HSL318.06º40.61%44.9%-
HSV(B)318.06º57.76%63.14%-
XYZ2113.423.67-
YUV103.22144.81169.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 68 (26.95% from 255) = 18.78%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=44.48%
G=18.78%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616813300.580.170.37318.0640.6144.9
HexA1448503A112513e292d
Octal24110420507221454765155
Binary10100001100010010000101011101010001100101100111110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14485; }

 p { color: rgb(161,68,133); }

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

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

 a { background-color: rgb(161,68,133); }

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

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

 span { border-color: rgb(161,68,133); }

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