#A4499C

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

Shades of Violet Blue #A4499C

Tints of Violet Blue #A4499C

Color information

#A4499C (or 0xA4499C) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 9C. RGB value is (164,73,156). Sum of RGB (Red+Green+Blue) = 164+73+156=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4499C is #5BB663. Grayscale: #6D6D6D. Windows color (decimal): -6010468 or 10242468. OLE color: 10242468.

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

Color convert

RGB16473156-
CMYK00.550.050.36
HSL305.27º38.4%46.47%-
HSV(B)305.27º55.49%64.31%-
XYZ23.6915.0633.11-
YUV109.67154.15166.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=41.73%
G=18.58%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647315600.550.050.36305.2738.446.47
HexA4499C037524131262e
Octal2441112340675444614656
Binary101001001001001100111000110111101100100100110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4499C; }

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

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

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

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

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

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

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

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