#a14592

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

Shades of Violet Blue #A14592

Tints of Violet Blue #A14592

Color information

#A14592 (or 0xA14592) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and 92. RGB value is (161,69,146). Sum of RGB (Red+Green+Blue) = 161+69+146=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A14592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14592 is #5EBA6D. Grayscale: #696969. Windows color (decimal): -6208110 or 9586081. OLE color: 9586081.

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

Color convert

RGB16169146-
CMYK00.570.090.37
HSL309.78º40%45.1%-
HSV(B)309.78º57.14%63.14%-
XYZ22.0113.9128.72-
YUV105.29150.98167.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=42.82%
G=18.35%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616914600.570.090.37309.784045.1
HexA14592039925136282d
Octal24110522207111454665055
Binary1010000110001011001001001110011001100101100110110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14592; }

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

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

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

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

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

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

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

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