#A0759C

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

Shades of Violet Blue #A0759C

Tints of Violet Blue #A0759C

Color information

#A0759C (or 0xA0759C) is unknown color: approx Violet Blue. HEX triplet: A0, 75 and 9C. RGB value is (160,117,156). Sum of RGB (Red+Green+Blue) = 160+117+156=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0759C is #5F8A63. Grayscale: #868686. Windows color (decimal): -6261348 or 10253728. OLE color: 10253728.

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

Color convert

RGB160117156-
CMYK00.270.020.37
HSL305.58º18.45%54.31%-
HSV(B)305.58º26.88%62.75%-
XYZ26.8622.634.4-
YUV134.3140.25146.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=36.95%
G=27.02%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011715600.270.020.37305.5818.4554.31
HexA0759C01B2251321236
Octal2401652340332454622266
Binary101000001110101100111000110111010010110011001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0759C; }

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

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

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

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

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

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

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

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