#A0749D

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

Shades of Violet Blue #A0749D

Tints of Violet Blue #A0749D

Color information

#A0749D (or 0xA0749D) is unknown color: approx Violet Blue. HEX triplet: A0, 74 and 9D. RGB value is (160,116,157). Sum of RGB (Red+Green+Blue) = 160+116+157=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0749D is #5F8B62. Grayscale: #858585. Windows color (decimal): -6261603 or 10319008. OLE color: 10319008.

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

Color convert

RGB160116157-
CMYK00.280.020.37
HSL304.09º18.8%54.12%-
HSV(B)304.09º27.5%62.75%-
XYZ26.8322.434.81-
YUV133.83141.08146.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=36.95%
G=26.79%
B=36.26%

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
Decimal16011615700.280.020.37304.0918.854.12
HexA0749D01C2251301336
Octal2401642350342454602366
Binary101000001110100100111010111001010010110011000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0749D; }

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

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

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

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

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

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

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

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