#A4769F

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

Shades of Violet Blue #A4769F

Tints of Violet Blue #A4769F

Color information

#A4769F (or 0xA4769F) is unknown color: approx Violet Blue. HEX triplet: A4, 76 and 9F. RGB value is (164,118,159). Sum of RGB (Red+Green+Blue) = 164+118+159=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4769F is #5B8960. Grayscale: #888888. Windows color (decimal): -5998945 or 10450596. OLE color: 10450596.

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

Color convert

RGB164118159-
CMYK00.280.030.36
HSL306.52º20.18%55.29%-
HSV(B)306.52º28.05%64.31%-
XYZ28.0523.3535.83-
YUV136.43140.74147.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=37.19%
G=26.76%
B=36.05%

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
Decimal16411815900.280.030.36306.5220.1855.29
HexA4769F01C3241331437
Octal2441662370343444632467
Binary101001001110110100111110111001110010010011001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4769F; }

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

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

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

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

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

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

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

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