#A14C8F

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

Shades of Violet Blue #A14C8F

Tints of Violet Blue #A14C8F

Color information

#A14C8F (or 0xA14C8F) is unknown color: approx Violet Blue. HEX triplet: A1, 4C and 8F. RGB value is (161,76,143). Sum of RGB (Red+Green+Blue) = 161+76+143=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C8F is #5EB370. Grayscale: #6C6C6C. Windows color (decimal): -6206321 or 9391265. OLE color: 9391265.

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

Color convert

RGB16176143-
CMYK00.530.110.37
HSL312.71º35.86%46.47%-
HSV(B)312.71º52.8%63.14%-
XYZ22.2414.7327.66-
YUV109.05147.16165.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=42.37%
G=20%
B=37.63%

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
Decimal1617614300.530.110.37312.7135.8646.47
HexA14C8F035B25139242e
Octal24111421706513454714456
Binary1010000110011001000111101101011011100101100111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C8F; }

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

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

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

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

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

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

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

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