#A14192

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

Shades of Violet Blue #A14192

Tints of Violet Blue #A14192

Color information

#A14192 (or 0xA14192) is unknown color: approx Violet Blue. HEX triplet: A1, 41 and 92. RGB value is (161,65,146). Sum of RGB (Red+Green+Blue) = 161+65+146=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A14192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14192 is #5EBE6D. Grayscale: #666666. Windows color (decimal): -6209134 or 9585057. OLE color: 9585057.

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

Color convert

RGB16165146-
CMYK00.600.090.37
HSL309.38º42.48%44.31%-
HSV(B)309.38º59.63%63.14%-
XYZ21.7813.4328.64-
YUV102.94152.3169.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=43.28%
G=17.47%
B=39.25%

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
Decimal1616514600.600.090.37309.3842.4844.31
HexA1419203C9251352a2c
Octal24110122207411454655254
Binary1010000110000011001001001111001001100101100110101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14192; }

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

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

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

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

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

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

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

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