Html Css Color HEX #AB5588 Mulberry

📋 copy color: '#AB5588'

red 171 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #AB5588

Tints of Mulberry #AB5588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 43.62%
G = 21.68%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB5588 (or 0xAB5588) is known color: Mulberry. HEX triplet: AB, 55 and 88. RGB value is (171,85,136). Sum of RGB (Red+Green+Blue) = 171+85+136=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5588 is #54AA77. Grayscale: #747474. Windows color (decimal): -5548664 or 8934827. OLE color: 8934827.

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

Color convert

RGB 171 85 136 -
CMYK 0 0.50 0.20 0.33
HSL 324.42º 0.34% 0.5% -
HSV(B) 324.42º 0.5% 0.67% -
XYZ 24.49 16.93 25.27 -
YUV 116.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 171 85 136 0 0.50 0.20 0.33 324.42 0.34 0.5
Hex AB 55 88 0 32 14 21 144 22 32
Octal 253 125 210 0 62 24 41 504 42 62
Binary 10101011 1010101 10001000 0 110010 10100 100001 101000100 100010 110010

Color Harmonies of #AB5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5588

Black with #AB5588

Text Example


Text Example

White with #AB5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5588; }

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

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

background-color css

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

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

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

border-color css

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

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

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