#A14296

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

Shades of Violet Blue #A14296

Tints of Violet Blue #A14296

Color information

#A14296 (or 0xA14296) is unknown color: approx Violet Blue. HEX triplet: A1, 42 and 96. RGB value is (161,66,150). Sum of RGB (Red+Green+Blue) = 161+66+150=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A14296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14296 is #5EBD69. Grayscale: #676767. Windows color (decimal): -6208874 or 9847457. OLE color: 9847457.

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

Color convert

RGB16166150-
CMYK00.590.070.37
HSL306.95º41.85%44.51%-
HSV(B)306.95º59.01%63.14%-
XYZ22.1513.6830.33-
YUV103.98153.97168.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=42.71%
G=17.51%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616615000.590.070.37306.9541.8544.51
HexA1429603B7251332a2d
Octal2411022260737454635255
Binary101000011000010100101100111011111100101100110011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14296; }

 p { color: rgb(161,66,150); }

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

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

 a { background-color: rgb(161,66,150); }

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

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

 span { border-color: rgb(161,66,150); }

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