#A3558E

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

Shades of Violet Blue #A3558E

Tints of Violet Blue #A3558E

Color information

#A3558E (or 0xA3558E) is unknown color: approx Violet Blue. HEX triplet: A3, 55 and 8E. RGB value is (163,85,142). Sum of RGB (Red+Green+Blue) = 163+85+142=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3558E is #5CAA71. Grayscale: #727272. Windows color (decimal): -6072946 or 9328035. OLE color: 9328035.

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

Color convert

RGB16385142-
CMYK00.480.130.36
HSL316.15º31.45%48.63%-
HSV(B)316.15º47.85%63.92%-
XYZ23.2416.2427.5-
YUV114.82143.34162.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=41.79%
G=21.79%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638514200.480.130.36316.1531.4548.63
HexA3558E030D2413c1f31
Octal24312521606015444743761
Binary101000111010101100011100110000110110010010011110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3558E; }

 p { color: rgb(163,85,142); }

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

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

 a { background-color: rgb(163,85,142); }

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

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

 span { border-color: rgb(163,85,142); }

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