#A4709D

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

Shades of Violet Blue #A4709D

Tints of Violet Blue #A4709D

Color information

#A4709D (or 0xA4709D) is unknown color: approx Violet Blue. HEX triplet: A4, 70 and 9D. RGB value is (164,112,157). Sum of RGB (Red+Green+Blue) = 164+112+157=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A4709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4709D is #5B8F62. Grayscale: #848484. Windows color (decimal): -6000483 or 10317988. OLE color: 10317988.

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

Color convert

RGB164112157-
CMYK00.320.040.36
HSL308.08º22.22%54.12%-
HSV(B)308.08º31.71%64.31%-
XYZ27.1921.9234.7-
YUV132.68141.73150.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=37.88%
G=25.87%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411215700.320.040.36308.0822.2254.12
HexA4709D0204241341636
Octal2441602350404444642666
Binary10100100111000010011101010000010010010010011010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4709D; }

 p { color: rgb(164,112,157); }

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

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

 a { background-color: rgb(164,112,157); }

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

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

 span { border-color: rgb(164,112,157); }

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