#A14C96

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

Shades of Violet Blue #A14C96

Tints of Violet Blue #A14C96

Color information

#A14C96 (or 0xA14C96) is unknown color: approx Violet Blue. HEX triplet: A1, 4C and 96. RGB value is (161,76,150). Sum of RGB (Red+Green+Blue) = 161+76+150=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C96 is #5EB369. Grayscale: #6D6D6D. Windows color (decimal): -6206314 or 9850017. OLE color: 9850017.

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

Color convert

RGB16176150-
CMYK00.530.070.37
HSL307.76º35.86%46.47%-
HSV(B)307.76º52.8%63.14%-
XYZ22.7914.9530.54-
YUV109.85150.66164.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=41.60%
G=19.64%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617615000.530.070.37307.7635.8646.47
HexA14C96035725134242e
Octal2411142260657454644456
Binary101000011001100100101100110101111100101100110100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C96; }

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

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

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

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

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

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

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

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