#A14C90

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

Shades of Violet Blue #A14C90

Tints of Violet Blue #A14C90

Color information

#A14C90 (or 0xA14C90) is unknown color: approx Violet Blue. HEX triplet: A1, 4C and 90. RGB value is (161,76,144). Sum of RGB (Red+Green+Blue) = 161+76+144=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C90 is #5EB36F. Grayscale: #6C6C6C. Windows color (decimal): -6206320 or 9456801. OLE color: 9456801.

HSL color Cylindrical-coordinate representation of color #A14C90: hue angle of 312º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C90 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16176144-
CMYK00.530.110.37
HSL312º35.86%46.47%-
HSV(B)312º52.8%63.14%-
XYZ22.3214.7628.06-
YUV109.17147.66164.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=42.26%
G=19.95%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617614400.530.110.3731235.8646.47
HexA14C90035B25138242e
Octal24111422006513454704456
Binary1010000110011001001000001101011011100101100111000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C90; }

 p { color: rgb(161,76,144); }

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

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

 a { background-color: rgb(161,76,144); }

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

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

 span { border-color: rgb(161,76,144); }

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