#A14495

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

Shades of Violet Blue #A14495

Tints of Violet Blue #A14495

Color information

#A14495 (or 0xA14495) is unknown color: approx Violet Blue. HEX triplet: A1, 44 and 95. RGB value is (161,68,149). Sum of RGB (Red+Green+Blue) = 161+68+149=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A14495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14495 is #5EBB6A. Grayscale: #686868. Windows color (decimal): -6208363 or 9782433. OLE color: 9782433.

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

Color convert

RGB16168149-
CMYK00.580.070.37
HSL307.74º40.61%44.9%-
HSV(B)307.74º57.76%63.14%-
XYZ22.1913.8829.94-
YUV105.04152.81167.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=42.59%
G=17.99%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616814900.580.070.37307.7440.6144.9
HexA1449503A725134292d
Octal2411042250727454645155
Binary101000011000100100101010111010111100101100110100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14495; }

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

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

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

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

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

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

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

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