#A3759E

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

Shades of Violet Blue #A3759E

Tints of Violet Blue #A3759E

Color information

#A3759E (or 0xA3759E) is unknown color: approx Violet Blue. HEX triplet: A3, 75 and 9E. RGB value is (163,117,158). Sum of RGB (Red+Green+Blue) = 163+117+158=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A3759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3759E is #5C8A61. Grayscale: #878787. Windows color (decimal): -6064738 or 10384803. OLE color: 10384803.

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

Color convert

RGB163117158-
CMYK00.280.030.36
HSL306.52º20%54.9%-
HSV(B)306.52º28.22%63.92%-
XYZ27.6422.9835.33-
YUV135.43140.74147.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=37.21%
G=26.71%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311715800.280.030.36306.522054.9
HexA3759E01C3241331437
Octal2431652360343444632467
Binary101000111110101100111100111001110010010011001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3759E; }

 p { color: rgb(163,117,158); }

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

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

 a { background-color: rgb(163,117,158); }

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

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

 span { border-color: rgb(163,117,158); }

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