#A4649F

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

Shades of Violet Blue #A4649F

Tints of Violet Blue #A4649F

Color information

#A4649F (or 0xA4649F) is unknown color: approx Violet Blue. HEX triplet: A4, 64 and 9F. RGB value is (164,100,159). Sum of RGB (Red+Green+Blue) = 164+100+159=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4649F is #5B9B60. Grayscale: #7D7D7D. Windows color (decimal): -6003553 or 10445988. OLE color: 10445988.

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

Color convert

RGB164100159-
CMYK00.390.030.36
HSL304.69º26.02%51.76%-
HSV(B)304.69º39.02%64.31%-
XYZ26.1319.5135.19-
YUV125.86146.7155.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=38.77%
G=23.64%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410015900.390.030.36304.6926.0251.76
HexA4649F0273241311a34
Octal2441442370473444613264
Binary1010010011001001001111101001111110010010011000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4649F; }

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

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

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

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

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

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

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

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