#A5538D

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

Shades of Violet Blue #A5538D

Tints of Violet Blue #A5538D

Color information

#A5538D (or 0xA5538D) is unknown color: approx Violet Blue. HEX triplet: A5, 53 and 8D. RGB value is (165,83,141). Sum of RGB (Red+Green+Blue) = 165+83+141=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5538D is #5AAC72. Grayscale: #717171. Windows color (decimal): -5942387 or 9261989. OLE color: 9261989.

HSL color Cylindrical-coordinate representation of color #A5538D: hue angle of 317.56º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5538D is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16583141-
CMYK00.500.150.35
HSL317.56º33.06%48.63%-
HSV(B)317.56º49.7%64.71%-
XYZ23.4216.1127.07-
YUV114.13143.17164.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=42.42%
G=21.34%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658314100.500.150.35317.5633.0648.63
HexA5538D032F2313e2131
Octal24512321506217434764161
Binary1010010110100111000110101100101111100011100111110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5538D; }

 p { color: rgb(165,83,141); }

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

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

 a { background-color: rgb(165,83,141); }

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

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

 span { border-color: rgb(165,83,141); }

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