#A14C9C

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

Shades of Violet Blue #A14C9C

Tints of Violet Blue #A14C9C

Color information

#A14C9C (or 0xA14C9C) is unknown color: approx Violet Blue. HEX triplet: A1, 4C and 9C. RGB value is (161,76,156). Sum of RGB (Red+Green+Blue) = 161+76+156=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C9C is #5EB363. Grayscale: #6E6E6E. Windows color (decimal): -6206308 or 10243233. OLE color: 10243233.

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

Color convert

RGB16176156-
CMYK00.530.030.37
HSL303.53º35.86%46.47%-
HSV(B)303.53º52.8%63.14%-
XYZ23.2815.1533.15-
YUV110.54153.66164-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=40.97%
G=19.34%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617615600.530.030.37303.5335.8646.47
HexA14C9C035325130242e
Octal2411142340653454604456
Binary10100001100110010011100011010111100101100110000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C9C; }

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

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

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

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

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

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

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

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