#A4498E

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

Shades of Violet Blue #A4498E

Tints of Violet Blue #A4498E

Color information

#A4498E (or 0xA4498E) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 8E. RGB value is (164,73,142). Sum of RGB (Red+Green+Blue) = 164+73+142=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A4498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4498E is #5BB671. Grayscale: #6B6B6B. Windows color (decimal): -6010482 or 9324964. OLE color: 9324964.

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

Color convert

RGB16473142-
CMYK00.550.130.36
HSL314.51º38.4%46.47%-
HSV(B)314.51º55.49%64.31%-
XYZ22.5714.6127.22-
YUV108.08147.15167.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=43.27%
G=19.26%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647314200.550.130.36314.5138.446.47
HexA4498E037D2413b262e
Octal24411121606715444734656
Binary1010010010010011000111001101111101100100100111011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4498E; }

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

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

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

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

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

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

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

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