#A8538B

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

Shades of Mulberry #A8538B

Tints of Mulberry #A8538B

Color information

#A8538B (or 0xA8538B) is unknown color: approx Mulberry. HEX triplet: A8, 53 and 8B. RGB value is (168,83,139). Sum of RGB (Red+Green+Blue) = 168+83+139=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8538B is #57AC74. Grayscale: #727272. Windows color (decimal): -5745781 or 9130920. OLE color: 9130920.

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

Color convert

RGB16883139-
CMYK00.510.170.34
HSL320.47º33.86%49.22%-
HSV(B)320.47º50.6%65.88%-
XYZ23.916.3826.33-
YUV114.8141.66165.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=43.08%
G=21.28%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688313900.510.170.34320.4733.8649.22
HexA8538B03311221402231
Octal25012321306321425004261
Binary10101000101001110001011011001110001100010101000000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8538B; }

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

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

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

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

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

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

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

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