#A0749A

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

Shades of Violet Blue #A0749A

Tints of Violet Blue #A0749A

Color information

#A0749A (or 0xA0749A) is unknown color: approx Violet Blue. HEX triplet: A0, 74 and 9A. RGB value is (160,116,154). Sum of RGB (Red+Green+Blue) = 160+116+154=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A0749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0749A is #5F8B65. Grayscale: #858585. Windows color (decimal): -6261606 or 10122400. OLE color: 10122400.

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

Color convert

RGB160116154-
CMYK00.280.040.37
HSL308.18º18.8%54.12%-
HSV(B)308.18º27.5%62.75%-
XYZ26.5822.333.48-
YUV133.49139.58146.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=37.21%
G=26.98%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011615400.280.040.37308.1818.854.12
HexA0749A01C4251341336
Octal2401642320344454642366
Binary1010000011101001001101001110010010010110011010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0749A; }

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

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

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

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

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

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

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

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