#A0729B

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

Shades of Violet Blue #A0729B

Tints of Violet Blue #A0729B

Color information

#A0729B (or 0xA0729B) is unknown color: approx Violet Blue. HEX triplet: A0, 72 and 9B. RGB value is (160,114,155). Sum of RGB (Red+Green+Blue) = 160+114+155=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A0729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0729B is #5F8D64. Grayscale: #848484. Windows color (decimal): -6262117 or 10187424. OLE color: 10187424.

HSL color Cylindrical-coordinate representation of color #A0729B: hue angle of 306.52º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0729B is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB160114155-
CMYK00.290.030.37
HSL306.52º19.49%53.73%-
HSV(B)306.52º28.75%62.75%-
XYZ26.4321.8733.84-
YUV132.43140.74147.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=37.30%
G=26.57%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011415500.290.030.37306.5219.4953.73
HexA0729B01D3251331336
Octal2401622330353454632366
Binary101000001110010100110110111011110010110011001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0729B; }

 p { color: rgb(160,114,155); }

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

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

 a { background-color: rgb(160,114,155); }

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

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

 span { border-color: rgb(160,114,155); }

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