#A14391

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

Shades of Violet Blue #A14391

Tints of Violet Blue #A14391

Color information

#A14391 (or 0xA14391) is unknown color: approx Violet Blue. HEX triplet: A1, 43 and 91. RGB value is (161,67,145). Sum of RGB (Red+Green+Blue) = 161+67+145=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A14391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14391 is #5EBC6E. Grayscale: #676767. Windows color (decimal): -6208623 or 9520033. OLE color: 9520033.

HSL color Cylindrical-coordinate representation of color #A14391: hue angle of 310.21º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14391 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB16167145-
CMYK00.580.100.37
HSL310.21º41.23%44.71%-
HSV(B)310.21º58.39%63.14%-
XYZ21.8213.6428.27-
YUV104151.14168.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=43.16%
G=17.96%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616714500.580.100.37310.2141.2344.71
HexA1439103AA25136292d
Octal24110322107212454665155
Binary1010000110000111001000101110101010100101100110110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14391; }

 p { color: rgb(161,67,145); }

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

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

 a { background-color: rgb(161,67,145); }

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

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

 span { border-color: rgb(161,67,145); }

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