Html Css Color HEX #AB558D Mulberry

📋 copy color: '#AB558D'

red 171 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #AB558D

Tints of Mulberry #AB558D

RGB

 RED value IS 171 (67.19% from 255) = 43.07%

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

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

R = 43.07%
G = 21.41%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB558D (or 0xAB558D) is known color: Mulberry. HEX triplet: AB, 55 and 8D. RGB value is (171,85,141). Sum of RGB (Red+Green+Blue) = 171+85+141=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB558D is #54AA72. Grayscale: #747474. Windows color (decimal): -5548659 or 9262507. OLE color: 9262507.

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

Color convert

RGB 171 85 141 -
CMYK 0 0.50 0.18 0.33
HSL 320.93º 0.34% 0.5% -
HSV(B) 320.93º 0.5% 0.67% -
XYZ 24.85 17.08 27.19 -
YUV 117.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 171 85 141 0 0.50 0.18 0.33 320.93 0.34 0.5
Hex AB 55 8D 0 32 12 21 141 22 32
Octal 253 125 215 0 62 22 41 501 42 62
Binary 10101011 1010101 10001101 0 110010 10010 100001 101000001 100010 110010

Color Harmonies of #AB558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB558D

Black with #AB558D

Text Example


Text Example

White with #AB558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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