#A3769F

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

Shades of Violet Blue #A3769F

Tints of Violet Blue #A3769F

Color information

#A3769F (or 0xA3769F) is unknown color: approx Violet Blue. HEX triplet: A3, 76 and 9F. RGB value is (163,118,159). Sum of RGB (Red+Green+Blue) = 163+118+159=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A3769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3769F is #5C8960. Grayscale: #888888. Windows color (decimal): -6064481 or 10450595. OLE color: 10450595.

HSL color Cylindrical-coordinate representation of color #A3769F: hue angle of 305.33º 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 #A3769F is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163118159-
CMYK00.280.020.36
HSL305.33º19.65%55.1%-
HSV(B)305.33º27.61%63.92%-
XYZ27.8423.2535.82-
YUV136.13140.91147.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=37.05%
G=26.82%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311815900.280.020.36305.3319.6555.1
HexA3769F01C2241311437
Octal2431662370342444612467
Binary101000111110110100111110111001010010010011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3769F; }

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

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

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

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

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

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

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

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