#A14C94

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

Shades of Violet Blue #A14C94

Tints of Violet Blue #A14C94

Color information

#A14C94 (or 0xA14C94) is unknown color: approx Violet Blue. HEX triplet: A1, 4C and 94. RGB value is (161,76,148). Sum of RGB (Red+Green+Blue) = 161+76+148=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C94 is #5EB36B. Grayscale: #6D6D6D. Windows color (decimal): -6206316 or 9718945. OLE color: 9718945.

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

Color convert

RGB16176148-
CMYK00.530.080.37
HSL309.18º35.86%46.47%-
HSV(B)309.18º52.8%63.14%-
XYZ22.6314.8829.7-
YUV109.62149.66164.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=41.82%
G=19.74%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617614800.530.080.37309.1835.8646.47
HexA14C94035825135242e
Octal24111422406510454654456
Binary1010000110011001001010001101011000100101100110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C94; }

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

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

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

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

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

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

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

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