#A5719F

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

Shades of Violet Blue #A5719F

Tints of Violet Blue #A5719F

Color information

#A5719F (or 0xA5719F) is unknown color: approx Violet Blue. HEX triplet: A5, 71 and 9F. RGB value is (165,113,159). Sum of RGB (Red+Green+Blue) = 165+113+159=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5719F is #5A8E60. Grayscale: #858585. Windows color (decimal): -5934689 or 10449317. OLE color: 10449317.

HSL color Cylindrical-coordinate representation of color #A5719F: hue angle of 306.92º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5719F is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165113159-
CMYK00.320.040.35
HSL306.92º22.41%54.51%-
HSV(B)306.92º31.52%64.71%-
XYZ27.6822.3135.65-
YUV133.79142.23150.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=37.76%
G=25.86%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511315900.320.040.35306.9222.4154.51
HexA5719F0204231331637
Octal2451612370404434632667
Binary10100101111000110011111010000010010001110011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5719F; }

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

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

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

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

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

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

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

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