#A3719F

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

Shades of Violet Blue #A3719F

Tints of Violet Blue #A3719F

Color information

#A3719F (or 0xA3719F) is unknown color: approx Violet Blue. HEX triplet: A3, 71 and 9F. RGB value is (163,113,159). Sum of RGB (Red+Green+Blue) = 163+113+159=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3719F is #5C8E60. Grayscale: #858585. Windows color (decimal): -6065761 or 10449315. OLE color: 10449315.

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

Color convert

RGB163113159-
CMYK00.310.020.36
HSL304.8º21.37%54.12%-
HSV(B)304.8º30.67%63.92%-
XYZ27.2722.135.63-
YUV133.19142.56149.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=37.47%
G=25.98%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311315900.310.020.36304.821.3754.12
HexA3719F01F2241311536
Octal2431612370372444612566
Binary101000111110001100111110111111010010010011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3719F; }

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

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

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

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

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

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

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

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