#A14B96

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

Shades of Violet Blue #A14B96

Tints of Violet Blue #A14B96

Color information

#A14B96 (or 0xA14B96) is unknown color: approx Violet Blue. HEX triplet: A1, 4B and 96. RGB value is (161,75,150). Sum of RGB (Red+Green+Blue) = 161+75+150=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B96 is #5EB469. Grayscale: #6D6D6D. Windows color (decimal): -6206570 or 9849761. OLE color: 9849761.

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

Color convert

RGB16175150-
CMYK00.530.070.37
HSL307.67º36.44%46.27%-
HSV(B)307.67º53.42%63.14%-
XYZ22.7214.8130.52-
YUV109.26150.99164.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=41.71%
G=19.43%
B=38.86%

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
Decimal1617515000.530.070.37307.6736.4446.27
HexA14B96035725134242e
Octal2411132260657454644456
Binary101000011001011100101100110101111100101100110100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B96; }

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

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

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

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

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

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

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

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