#A4518F

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

Shades of Violet Blue #A4518F

Tints of Violet Blue #A4518F

Color information

#A4518F (or 0xA4518F) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and 8F. RGB value is (164,81,143). Sum of RGB (Red+Green+Blue) = 164+81+143=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4518F is #5BAE70. Grayscale: #707070. Windows color (decimal): -6008433 or 9392548. OLE color: 9392548.

HSL color Cylindrical-coordinate representation of color #A4518F: hue angle of 315.18º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4518F is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16481143-
CMYK00.510.130.36
HSL315.18º33.88%48.04%-
HSV(B)315.18º50.61%64.31%-
XYZ23.2115.7627.81-
YUV112.88145164.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=42.27%
G=20.88%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648114300.510.130.36315.1833.8848.04
HexA4518F033D2413b2230
Octal24412121706315444734260
Binary1010010010100011000111101100111101100100100111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4518F; }

 p { color: rgb(164,81,143); }

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

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

 a { background-color: rgb(164,81,143); }

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

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

 span { border-color: rgb(164,81,143); }

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