Html Css Color HEX #AB5590 Mulberry

📋 copy color: '#AB5590'

red 171 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #AB5590

Tints of Mulberry #AB5590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36%

R = 42.75%
G = 21.25%
B = 36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB5590 (or 0xAB5590) is known color: Mulberry. HEX triplet: AB, 55 and 90. RGB value is (171,85,144). Sum of RGB (Red+Green+Blue) = 171+85+144=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5590 is #54AA6F. Grayscale: #757575. Windows color (decimal): -5548656 or 9459115. OLE color: 9459115.

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

Color convert

RGB 171 85 144 -
CMYK 0 0.50 0.16 0.33
HSL 318.84º 0.34% 0.5% -
HSV(B) 318.84º 0.5% 0.67% -
XYZ 25.08 17.17 28.38 -
YUV 117.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 171 85 144 0 0.50 0.16 0.33 318.84 0.34 0.5
Hex AB 55 90 0 32 10 21 13F 22 32
Octal 253 125 220 0 62 20 41 477 42 62
Binary 10101011 1010101 10010000 0 110010 10000 100001 100111111 100010 110010

Color Harmonies of #AB5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5590

Black with #AB5590

Text Example


Text Example

White with #AB5590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5590; }

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

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

background-color css

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

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

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

border-color css

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

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

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