#A14494

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

Shades of Violet Blue #A14494

Tints of Violet Blue #A14494

Color information

#A14494 (or 0xA14494) is unknown color: approx Violet Blue. HEX triplet: A1, 44 and 94. RGB value is (161,68,148). Sum of RGB (Red+Green+Blue) = 161+68+148=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A14494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14494 is #5EBB6B. Grayscale: #686868. Windows color (decimal): -6208364 or 9716897. OLE color: 9716897.

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

Color convert

RGB16168148-
CMYK00.580.080.37
HSL308.39º40.61%44.9%-
HSV(B)308.39º57.76%63.14%-
XYZ22.1113.8529.52-
YUV104.93152.31168-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=42.71%
G=18.04%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616814800.580.080.37308.3940.6144.9
HexA1449403A825134292d
Octal24110422407210454645155
Binary1010000110001001001010001110101000100101100110100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14494; }

 p { color: rgb(161,68,148); }

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

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

 a { background-color: rgb(161,68,148); }

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

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

 span { border-color: rgb(161,68,148); }

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