#A3719C

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

Shades of Violet Blue #A3719C

Tints of Violet Blue #A3719C

Color information

#A3719C (or 0xA3719C) is unknown color: approx Violet Blue. HEX triplet: A3, 71 and 9C. RGB value is (163,113,156). Sum of RGB (Red+Green+Blue) = 163+113+156=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3719C is #5C8E63. Grayscale: #848484. Windows color (decimal): -6065764 or 10252707. OLE color: 10252707.

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

Color convert

RGB163113156-
CMYK00.310.040.36
HSL308.4º21.37%54.12%-
HSV(B)308.4º30.67%63.92%-
XYZ27.012234.27-
YUV132.85141.06149.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=37.73%
G=26.16%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311315600.310.040.36308.421.3754.12
HexA3719C01F4241341536
Octal2431612340374444642566
Binary1010001111100011001110001111110010010010011010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3719C; }

 p { color: rgb(163,113,156); }

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

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

 a { background-color: rgb(163,113,156); }

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

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

 span { border-color: rgb(163,113,156); }

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