#A4499A

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

Shades of Violet Blue #A4499A

Tints of Violet Blue #A4499A

Color information

#A4499A (or 0xA4499A) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 9A. RGB value is (164,73,154). Sum of RGB (Red+Green+Blue) = 164+73+154=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4499A is #5BB665. Grayscale: #6D6D6D. Windows color (decimal): -6010470 or 10111396. OLE color: 10111396.

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

Color convert

RGB16473154-
CMYK00.550.060.36
HSL306.59º38.4%46.47%-
HSV(B)306.59º55.49%64.31%-
XYZ23.5314.9932.23-
YUV109.44153.15166.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=41.94%
G=18.67%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647315400.550.060.36306.5938.446.47
HexA4499A037624133262e
Octal2441112320676444634656
Binary101001001001001100110100110111110100100100110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4499A; }

 p { color: rgb(164,73,154); }

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

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

 a { background-color: rgb(164,73,154); }

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

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

 span { border-color: rgb(164,73,154); }

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