#A14D96

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

Shades of Violet Blue #A14D96

Tints of Violet Blue #A14D96

Color information

#A14D96 (or 0xA14D96) is unknown color: approx Violet Blue. HEX triplet: A1, 4D and 96. RGB value is (161,77,150). Sum of RGB (Red+Green+Blue) = 161+77+150=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14D96 is #5EB269. Grayscale: #6E6E6E. Windows color (decimal): -6206058 or 9850273. OLE color: 9850273.

HSL color Cylindrical-coordinate representation of color #A14D96: hue angle of 307.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14D96 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16177150-
CMYK00.520.070.37
HSL307.86º35.29%46.67%-
HSV(B)307.86º52.17%63.14%-
XYZ22.8615.0930.56-
YUV110.44150.33164.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=41.49%
G=19.85%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617715000.520.070.37307.8635.2946.67
HexA14D96034725134232f
Octal2411152260647454644357
Binary101000011001101100101100110100111100101100110100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D96; }

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

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

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

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

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

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

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

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