#A4519C

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

Shades of Violet Blue #A4519C

Tints of Violet Blue #A4519C

Color information

#A4519C (or 0xA4519C) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and 9C. RGB value is (164,81,156). Sum of RGB (Red+Green+Blue) = 164+81+156=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4519C is #5BAE63. Grayscale: #727272. Windows color (decimal): -6008420 or 10244516. OLE color: 10244516.

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

Color convert

RGB16481156-
CMYK00.510.050.36
HSL305.78º33.88%48.04%-
HSV(B)305.78º50.61%64.31%-
XYZ24.2516.1833.3-
YUV114.37151.5163.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=40.90%
G=20.20%
B=38.90%

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
Decimal1648115600.510.050.36305.7833.8848.04
HexA4519C0335241322230
Octal2441212340635444624260
Binary101001001010001100111000110011101100100100110010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4519C; }

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

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

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

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

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

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

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

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