#A0749E

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

Shades of Violet Blue #A0749E

Tints of Violet Blue #A0749E

Color information

#A0749E (or 0xA0749E) is unknown color: approx Violet Blue. HEX triplet: A0, 74 and 9E. RGB value is (160,116,158). Sum of RGB (Red+Green+Blue) = 160+116+158=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0749E is #5F8B61. Grayscale: #858585. Windows color (decimal): -6261602 or 10384544. OLE color: 10384544.

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

Color convert

RGB160116158-
CMYK00.280.010.37
HSL302.73º18.8%54.12%-
HSV(B)302.73º27.5%62.75%-
XYZ26.9122.4335.26-
YUV133.94141.58146.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=36.87%
G=26.73%
B=36.41%

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
Decimal16011615800.280.010.37302.7318.854.12
HexA0749E01C12512f1336
Octal2401642360341454572366
Binary10100000111010010011110011100110010110010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0749E; }

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

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

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

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

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

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

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

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