#A14399

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

Shades of Violet Blue #A14399

Tints of Violet Blue #A14399

Color information

#A14399 (or 0xA14399) is unknown color: approx Violet Blue. HEX triplet: A1, 43 and 99. RGB value is (161,67,153). Sum of RGB (Red+Green+Blue) = 161+67+153=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A14399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14399 is #5EBC66. Grayscale: #686868. Windows color (decimal): -6208615 or 10044321. OLE color: 10044321.

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

Color convert

RGB16167153-
CMYK00.580.050.37
HSL305.11º41.23%44.71%-
HSV(B)305.11º58.39%63.14%-
XYZ22.4513.8931.63-
YUV104.91155.14168.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=42.26%
G=17.59%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616715300.580.050.37305.1141.2344.71
HexA1439903A525131292d
Octal2411032310725454615155
Binary101000011000011100110010111010101100101100110001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14399; }

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

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

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

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

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

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

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

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