#A14193

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

Shades of Violet Blue #A14193

Tints of Violet Blue #A14193

Color information

#A14193 (or 0xA14193) is unknown color: approx Violet Blue. HEX triplet: A1, 41 and 93. RGB value is (161,65,147). Sum of RGB (Red+Green+Blue) = 161+65+147=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A14193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14193 is #5EBE6C. Grayscale: #666666. Windows color (decimal): -6209133 or 9650593. OLE color: 9650593.

HSL color Cylindrical-coordinate representation of color #A14193: hue angle of 308.75º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14193 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16165147-
CMYK00.600.090.37
HSL308.75º42.48%44.31%-
HSV(B)308.75º59.63%63.14%-
XYZ21.8513.4629.05-
YUV103.05152.8169.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=43.16%
G=17.43%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616514700.600.090.37308.7542.4844.31
HexA1419303C9251352a2c
Octal24110122307411454655254
Binary1010000110000011001001101111001001100101100110101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14193; }

 p { color: rgb(161,65,147); }

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

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

 a { background-color: rgb(161,65,147); }

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

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

 span { border-color: rgb(161,65,147); }

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