#A14892

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

Shades of Violet Blue #A14892

Tints of Violet Blue #A14892

Color information

#A14892 (or 0xA14892) is unknown color: approx Violet Blue. HEX triplet: A1, 48 and 92. RGB value is (161,72,146). Sum of RGB (Red+Green+Blue) = 161+72+146=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A14892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14892 is #5EB76D. Grayscale: #6A6A6A. Windows color (decimal): -6207342 or 9586849. OLE color: 9586849.

HSL color Cylindrical-coordinate representation of color #A14892: hue angle of 310.11º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14892 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16172146-
CMYK00.550.090.37
HSL310.11º38.2%45.69%-
HSV(B)310.11º55.28%63.14%-
XYZ22.214.2928.78-
YUV107.05149.99166.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=42.48%
G=19.00%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617214600.550.090.37310.1138.245.69
HexA14892037925136262e
Octal24111022206711454664656
Binary1010000110010001001001001101111001100101100110110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14892; }

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

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

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

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

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

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

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

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