#A4749F

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

Shades of Violet Blue #A4749F

Tints of Violet Blue #A4749F

Color information

#A4749F (or 0xA4749F) is unknown color: approx Violet Blue. HEX triplet: A4, 74 and 9F. RGB value is (164,116,159). Sum of RGB (Red+Green+Blue) = 164+116+159=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4749F is #5B8B60. Grayscale: #878787. Windows color (decimal): -5999457 or 10450084. OLE color: 10450084.

HSL color Cylindrical-coordinate representation of color #A4749F: hue angle of 306.25º degrees, saturation: 0.21, 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 #A4749F is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164116159-
CMYK00.290.030.36
HSL306.25º20.87%54.9%-
HSV(B)306.25º29.27%64.31%-
XYZ27.8122.8935.75-
YUV135.25141.4148.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=37.36%
G=26.42%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411615900.290.030.36306.2520.8754.9
HexA4749F01D3241321537
Octal2441642370353444622567
Binary101001001110100100111110111011110010010011001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4749F; }

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

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

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

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

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

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

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

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