#A0759D

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

Shades of Violet Blue #A0759D

Tints of Violet Blue #A0759D

Color information

#A0759D (or 0xA0759D) is unknown color: approx Violet Blue. HEX triplet: A0, 75 and 9D. RGB value is (160,117,157). Sum of RGB (Red+Green+Blue) = 160+117+157=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0759D is #5F8A62. Grayscale: #868686. Windows color (decimal): -6261347 or 10319264. OLE color: 10319264.

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

Color convert

RGB160117157-
CMYK00.270.020.37
HSL304.19º18.45%54.31%-
HSV(B)304.19º26.88%62.75%-
XYZ26.9422.6334.85-
YUV134.42140.75146.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=36.87%
G=26.96%
B=36.18%

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
Decimal16011715700.270.020.37304.1918.4554.31
HexA0759D01B2251301236
Octal2401652350332454602266
Binary101000001110101100111010110111010010110011000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0759D; }

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

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

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

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

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

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

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

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