#A14893

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

Shades of Violet Blue #A14893

Tints of Violet Blue #A14893

Color information

#A14893 (or 0xA14893) is unknown color: approx Violet Blue. HEX triplet: A1, 48 and 93. RGB value is (161,72,147). Sum of RGB (Red+Green+Blue) = 161+72+147=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A14893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14893 is #5EB76C. Grayscale: #6A6A6A. Windows color (decimal): -6207341 or 9652385. OLE color: 9652385.

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

Color convert

RGB16172147-
CMYK00.550.090.37
HSL309.44º38.2%45.69%-
HSV(B)309.44º55.28%63.14%-
XYZ22.2814.3229.19-
YUV107.16150.49166.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=42.37%
G=18.95%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617214700.550.090.37309.4438.245.69
HexA14893037925135262e
Octal24111022306711454654656
Binary1010000110010001001001101101111001100101100110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14893; }

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

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

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

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

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

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

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

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