#A14492

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

Shades of Violet Blue #A14492

Tints of Violet Blue #A14492

Color information

#A14492 (or 0xA14492) is unknown color: approx Violet Blue. HEX triplet: A1, 44 and 92. RGB value is (161,68,146). Sum of RGB (Red+Green+Blue) = 161+68+146=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A14492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14492 is #5EBB6D. Grayscale: #686868. Windows color (decimal): -6208366 or 9585825. OLE color: 9585825.

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

Color convert

RGB16168146-
CMYK00.580.090.37
HSL309.68º40.61%44.9%-
HSV(B)309.68º57.76%63.14%-
XYZ21.9513.7928.7-
YUV104.7151.31168.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=42.93%
G=18.13%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616814600.580.090.37309.6840.6144.9
HexA1449203A925136292d
Octal24110422207211454665155
Binary1010000110001001001001001110101001100101100110110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14492; }

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

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

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

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

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

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

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

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