#A14994

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

Shades of Violet Blue #A14994

Tints of Violet Blue #A14994

Color information

#A14994 (or 0xA14994) is unknown color: approx Violet Blue. HEX triplet: A1, 49 and 94. RGB value is (161,73,148). Sum of RGB (Red+Green+Blue) = 161+73+148=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A14994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14994 is #5EB66B. Grayscale: #6B6B6B. Windows color (decimal): -6207084 or 9718177. OLE color: 9718177.

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

Color convert

RGB16173148-
CMYK00.550.080.37
HSL308.86º37.61%45.88%-
HSV(B)308.86º54.66%63.14%-
XYZ22.4314.4829.63-
YUV107.86150.65165.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=42.15%
G=19.11%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617314800.550.080.37308.8637.6145.88
HexA14994037825135262e
Octal24111122406710454654656
Binary1010000110010011001010001101111000100101100110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14994; }

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

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

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

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

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

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

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

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