#A8538E

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

Shades of Mulberry #A8538E

Tints of Mulberry #A8538E

Color information

#A8538E (or 0xA8538E) is unknown color: approx Mulberry. HEX triplet: A8, 53 and 8E. RGB value is (168,83,142). Sum of RGB (Red+Green+Blue) = 168+83+142=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8538E is #57AC71. Grayscale: #727272. Windows color (decimal): -5745778 or 9327528. OLE color: 9327528.

HSL color Cylindrical-coordinate representation of color #A8538E: hue angle of 318.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8538E is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16883142-
CMYK00.510.150.34
HSL318.35º33.86%49.22%-
HSV(B)318.35º50.6%65.88%-
XYZ24.1216.4627.5-
YUV115.14143.16165.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 83 (32.81% from 255) = 21.12%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=42.75%
G=21.12%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688314200.510.150.34318.3533.8649.22
HexA8538E033F2213e2231
Octal25012321606317424764261
Binary1010100010100111000111001100111111100010100111110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8538E; }

 p { color: rgb(168,83,142); }

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

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

 a { background-color: rgb(168,83,142); }

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

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

 span { border-color: rgb(168,83,142); }

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