#A3709D

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

Shades of Violet Blue #A3709D

Tints of Violet Blue #A3709D

Color information

#A3709D (or 0xA3709D) is unknown color: approx Violet Blue. HEX triplet: A3, 70 and 9D. RGB value is (163,112,157). Sum of RGB (Red+Green+Blue) = 163+112+157=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3709D is #5C8F62. Grayscale: #848484. Windows color (decimal): -6066019 or 10317987. OLE color: 10317987.

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

Color convert

RGB163112157-
CMYK00.310.040.36
HSL307.06º21.7%53.92%-
HSV(B)307.06º31.29%63.92%-
XYZ26.9821.8134.69-
YUV132.38141.9149.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=37.73%
G=25.93%
B=36.34%

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
Decimal16311215700.310.040.36307.0621.753.92
HexA3709D01F4241331636
Octal2431602350374444632666
Binary1010001111100001001110101111110010010010011001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3709D; }

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

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

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

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

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

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

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

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