#A14F93

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

Shades of Violet Blue #A14F93

Tints of Violet Blue #A14F93

Color information

#A14F93 (or 0xA14F93) is unknown color: approx Violet Blue. HEX triplet: A1, 4F and 93. RGB value is (161,79,147). Sum of RGB (Red+Green+Blue) = 161+79+147=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14F93 is #5EB06C. Grayscale: #6F6F6F. Windows color (decimal): -6205549 or 9654177. OLE color: 9654177.

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

Color convert

RGB16179147-
CMYK00.510.090.37
HSL310.24º34.17%47.06%-
HSV(B)310.24º50.93%63.14%-
XYZ22.7615.2829.35-
YUV111.27148.17163.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=41.60%
G=20.41%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617914700.510.090.37310.2434.1747.06
HexA14F93033925136222f
Octal24111722306311454664257
Binary1010000110011111001001101100111001100101100110110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F93; }

 p { color: rgb(161,79,147); }

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

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

 a { background-color: rgb(161,79,147); }

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

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

 span { border-color: rgb(161,79,147); }

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