#A4519A

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

Shades of Violet Blue #A4519A

Tints of Violet Blue #A4519A

Color information

#A4519A (or 0xA4519A) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and 9A. RGB value is (164,81,154). Sum of RGB (Red+Green+Blue) = 164+81+154=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4519A is #5BAE65. Grayscale: #717171. Windows color (decimal): -6008422 or 10113444. OLE color: 10113444.

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

Color convert

RGB16481154-
CMYK00.510.060.36
HSL307.23º33.88%48.04%-
HSV(B)307.23º50.61%64.31%-
XYZ24.0916.1132.41-
YUV114.14150.5163.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=41.10%
G=20.30%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648115400.510.060.36307.2333.8848.04
HexA4519A0336241332230
Octal2441212320636444634260
Binary101001001010001100110100110011110100100100110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4519A; }

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

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

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

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

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

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

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

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