#A3729D

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

Shades of Violet Blue #A3729D

Tints of Violet Blue #A3729D

Color information

#A3729D (or 0xA3729D) is unknown color: approx Violet Blue. HEX triplet: A3, 72 and 9D. RGB value is (163,114,157). Sum of RGB (Red+Green+Blue) = 163+114+157=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3729D is #5C8D62. Grayscale: #858585. Windows color (decimal): -6065507 or 10318499. OLE color: 10318499.

HSL color Cylindrical-coordinate representation of color #A3729D: hue angle of 307.35º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3729D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163114157-
CMYK00.300.040.36
HSL307.35º21.03%54.31%-
HSV(B)307.35º30.06%63.92%-
XYZ27.2122.2634.76-
YUV133.55141.23149-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=37.56%
G=26.27%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311415700.300.040.36307.3521.0354.31
HexA3729D01E4241331536
Octal2431622350364444632566
Binary1010001111100101001110101111010010010010011001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3729D; }

 p { color: rgb(163,114,157); }

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

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

 a { background-color: rgb(163,114,157); }

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

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

 span { border-color: rgb(163,114,157); }

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