#A5518E

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

Shades of Violet Blue #A5518E

Tints of Violet Blue #A5518E

Color information

#A5518E (or 0xA5518E) is unknown color: approx Violet Blue. HEX triplet: A5, 51 and 8E. RGB value is (165,81,142). Sum of RGB (Red+Green+Blue) = 165+81+142=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5518E is #5AAE71. Grayscale: #707070. Windows color (decimal): -5942898 or 9327013. OLE color: 9327013.

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

Color convert

RGB16581142-
CMYK00.510.140.35
HSL316.43º34.15%48.24%-
HSV(B)316.43º50.91%64.71%-
XYZ23.3415.8427.42-
YUV113.07144.33165.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=42.53%
G=20.88%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658114200.510.140.35316.4334.1548.24
HexA5518E033E2313c2230
Octal24512121606316434744260
Binary1010010110100011000111001100111110100011100111100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5518E; }

 p { color: rgb(165,81,142); }

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

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

 a { background-color: rgb(165,81,142); }

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

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

 span { border-color: rgb(165,81,142); }

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