Html Css Color HEX #AB558B Mulberry

📋 copy color: '#AB558B'

red 171 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #AB558B

Tints of Mulberry #AB558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 43.29%
G = 21.52%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB558B (or 0xAB558B) is known color: Mulberry. HEX triplet: AB, 55 and 8B. RGB value is (171,85,139). Sum of RGB (Red+Green+Blue) = 171+85+139=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB558B is #54AA74. Grayscale: #747474. Windows color (decimal): -5548661 or 9131435. OLE color: 9131435.

HSL color Cylindrical-coordinate representation of color #AB558B: hue angle of 322.33º 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 #AB558B is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 139 -
CMYK 0 0.50 0.19 0.33
HSL 322.33º 0.34% 0.5% -
HSV(B) 322.33º 0.5% 0.67% -
XYZ 24.7 17.02 26.41 -
YUV 116.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 171 85 139 0 0.50 0.19 0.33 322.33 0.34 0.5
Hex AB 55 8B 0 32 13 21 142 22 32
Octal 253 125 213 0 62 23 41 502 42 62
Binary 10101011 1010101 10001011 0 110010 10011 100001 101000010 100010 110010

Color Harmonies of #AB558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB558B

Black with #AB558B

Text Example


Text Example

White with #AB558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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