#A0739E

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

Shades of Violet Blue #A0739E

Tints of Violet Blue #A0739E

Color information

#A0739E (or 0xA0739E) is unknown color: approx Violet Blue. HEX triplet: A0, 73 and 9E. RGB value is (160,115,158). Sum of RGB (Red+Green+Blue) = 160+115+158=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0739E is #5F8C61. Grayscale: #858585. Windows color (decimal): -6261858 or 10384288. OLE color: 10384288.

HSL color Cylindrical-coordinate representation of color #A0739E: hue angle of 302.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0739E is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160115158-
CMYK00.280.010.37
HSL302.67º19.15%53.92%-
HSV(B)302.67º28.12%62.75%-
XYZ26.822.235.22-
YUV133.36141.91147-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=36.95%
G=26.56%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011515800.280.010.37302.6719.1553.92
HexA0739E01C12512f1336
Octal2401632360341454572366
Binary10100000111001110011110011100110010110010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0739E; }

 p { color: rgb(160,115,158); }

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

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

 a { background-color: rgb(160,115,158); }

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

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

 span { border-color: rgb(160,115,158); }

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