#A4519B

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

Shades of Violet Blue #A4519B

Tints of Violet Blue #A4519B

Color information

#A4519B (or 0xA4519B) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and 9B. RGB value is (164,81,155). Sum of RGB (Red+Green+Blue) = 164+81+155=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4519B is #5BAE64. Grayscale: #727272. Windows color (decimal): -6008421 or 10178980. OLE color: 10178980.

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

Color convert

RGB16481155-
CMYK00.510.050.36
HSL306.51º33.88%48.04%-
HSV(B)306.51º50.61%64.31%-
XYZ24.1716.1432.85-
YUV114.25151163.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=41%
G=20.25%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648115500.510.050.36306.5133.8848.04
HexA4519B0335241332230
Octal2441212330635444634260
Binary101001001010001100110110110011101100100100110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4519B; }

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

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

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

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

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

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

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

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