#A3749D

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

Shades of Violet Blue #A3749D

Tints of Violet Blue #A3749D

Color information

#A3749D (or 0xA3749D) is unknown color: approx Violet Blue. HEX triplet: A3, 74 and 9D. RGB value is (163,116,157). Sum of RGB (Red+Green+Blue) = 163+116+157=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3749D is #5C8B62. Grayscale: #868686. Windows color (decimal): -6064995 or 10319011. OLE color: 10319011.

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

Color convert

RGB163116157-
CMYK00.290.040.36
HSL307.66º20.35%54.71%-
HSV(B)307.66º28.83%63.92%-
XYZ27.4422.7134.84-
YUV134.73140.57148.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=37.39%
G=26.61%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311615700.290.040.36307.6620.3554.71
HexA3749D01D4241341437
Octal2431642350354444642467
Binary1010001111101001001110101110110010010010011010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3749D; }

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

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

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

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

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

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

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

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