Html Css Color HEX #A8558D Mulberry

📋 copy color: '#A8558D'

red 168 ◦ green 85 ◦ blue 141

#A8558D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #A8558D

Tints of Mulberry #A8558D

RGB

 RED value IS 168 (66.02% from 255) = 42.64%

 GREEN value IS 85 (33.59% from 255) = 21.57%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 42.64%
G = 21.57%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8558D (or 0xA8558D) is known color: Mulberry. HEX triplet: A8, 55 and 8D. RGB value is (168,85,141). Sum of RGB (Red+Green+Blue) = 168+85+141=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8558D is #57AA72. Grayscale: #747474. Windows color (decimal): -5745267 or 9262504. OLE color: 9262504.

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

Color convert

RGB 168 85 141 -
CMYK 0 0.49 0.16 0.34
HSL 319.52º 0.33% 0.5% -
HSV(B) 319.52º 0.49% 0.66% -
XYZ 24.2 16.74 27.16 -
YUV 116.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 168 85 141 0 0.49 0.16 0.34 319.52 0.33 0.5
Hex A8 55 8D 0 31 10 22 140 21 32
Octal 250 125 215 0 61 20 42 500 41 62
Binary 10101000 1010101 10001101 0 110001 10000 100010 101000000 100001 110010

Color Harmonies of #A8558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8558D

Black with #A8558D

Text Example


Text Example

White with #A8558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8558D; }

 p { color: rgb(168,85,141); }

 H1.HeaderClassName
 {
   color: #A8558D;
 }
 .AnyTagClassName
 {
   color: #A8558D;
 }
</style>

background-color css

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

 a { background-color: rgb(168,85,141); }

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

border-color css

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

 span { border-color: rgb(168,85,141); }

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