#A3779F

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

Shades of Violet Blue #A3779F

Tints of Violet Blue #A3779F

Color information

#A3779F (or 0xA3779F) is unknown color: approx Violet Blue. HEX triplet: A3, 77 and 9F. RGB value is (163,119,159). Sum of RGB (Red+Green+Blue) = 163+119+159=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3779F is #5C8860. Grayscale: #888888. Windows color (decimal): -6064225 or 10450851. OLE color: 10450851.

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

Color convert

RGB163119159-
CMYK00.270.020.36
HSL305.45º19.3%55.29%-
HSV(B)305.45º26.99%63.92%-
XYZ27.9623.4835.86-
YUV136.72140.58146.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=36.96%
G=26.98%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311915900.270.020.36305.4519.355.29
HexA3779F01B2241311337
Octal2431672370332444612367
Binary101000111110111100111110110111010010010011000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3779F; }

 p { color: rgb(163,119,159); }

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

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

 a { background-color: rgb(163,119,159); }

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

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

 span { border-color: rgb(163,119,159); }

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