#A0759E

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

Shades of Violet Blue #A0759E

Tints of Violet Blue #A0759E

Color information

#A0759E (or 0xA0759E) is unknown color: approx Violet Blue. HEX triplet: A0, 75 and 9E. RGB value is (160,117,158). Sum of RGB (Red+Green+Blue) = 160+117+158=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0759E is #5F8A61. Grayscale: #868686. Windows color (decimal): -6261346 or 10384800. OLE color: 10384800.

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

Color convert

RGB160117158-
CMYK00.270.010.37
HSL302.79º18.45%54.31%-
HSV(B)302.79º26.88%62.75%-
XYZ27.0322.6635.3-
YUV134.53141.25146.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=36.78%
G=26.90%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011715800.270.010.37302.7918.4554.31
HexA0759E01B12512f1236
Octal2401652360331454572266
Binary10100000111010110011110011011110010110010111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0759E; }

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

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

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

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

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

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

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

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