#A0749C

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

Shades of Violet Blue #A0749C

Tints of Violet Blue #A0749C

Color information

#A0749C (or 0xA0749C) is unknown color: approx Violet Blue. HEX triplet: A0, 74 and 9C. RGB value is (160,116,156). Sum of RGB (Red+Green+Blue) = 160+116+156=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0749C is #5F8B63. Grayscale: #858585. Windows color (decimal): -6261604 or 10253472. OLE color: 10253472.

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

Color convert

RGB160116156-
CMYK00.280.020.37
HSL305.45º18.8%54.12%-
HSV(B)305.45º27.5%62.75%-
XYZ26.7422.3634.36-
YUV133.72140.58146.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=37.04%
G=26.85%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011615600.280.020.37305.4518.854.12
HexA0749C01C2251311336
Octal2401642340342454612366
Binary101000001110100100111000111001010010110011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0749C; }

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

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

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

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

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

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

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

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