#A5719D

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

Shades of Violet Blue #A5719D

Tints of Violet Blue #A5719D

Color information

#A5719D (or 0xA5719D) is unknown color: approx Violet Blue. HEX triplet: A5, 71 and 9D. RGB value is (165,113,157). Sum of RGB (Red+Green+Blue) = 165+113+157=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5719D is #5A8E62. Grayscale: #858585. Windows color (decimal): -5934691 or 10318245. OLE color: 10318245.

HSL color Cylindrical-coordinate representation of color #A5719D: hue angle of 309.23º 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 #A5719D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB165113157-
CMYK00.320.050.35
HSL309.23º22.41%54.51%-
HSV(B)309.23º31.52%64.71%-
XYZ27.5122.2434.74-
YUV133.56141.23150.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=37.93%
G=25.98%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511315700.320.050.35309.2322.4154.51
HexA5719D0205231351637
Octal2451612350405434652667
Binary10100101111000110011101010000010110001110011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5719D; }

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

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

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

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

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

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

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

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