Html Css Color HEX #AB5088 Mulberry

📋 copy color: '#AB5088'

red 171 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #AB5088

Tints of Mulberry #AB5088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 44.19%
G = 20.67%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB5088 (or 0xAB5088) is known color: Mulberry. HEX triplet: AB, 50 and 88. RGB value is (171,80,136). Sum of RGB (Red+Green+Blue) = 171+80+136=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5088 is #54AF77. Grayscale: #717171. Windows color (decimal): -5549944 or 8933547. OLE color: 8933547.

HSL color Cylindrical-coordinate representation of color #AB5088: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5088 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 136 -
CMYK 0 0.53 0.20 0.33
HSL 323.08º 0.36% 0.49% -
HSV(B) 323.08º 0.53% 0.67% -
XYZ 24.11 16.17 25.14 -
YUV 113.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 171 80 136 0 0.53 0.20 0.33 323.08 0.36 0.49
Hex AB 50 88 0 35 14 21 143 24 31
Octal 253 120 210 0 65 24 41 503 44 61
Binary 10101011 1010000 10001000 0 110101 10100 100001 101000011 100100 110001

Color Harmonies of #AB5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5088

Black with #AB5088

Text Example


Text Example

White with #AB5088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5088; }

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

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

background-color css

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

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

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

border-color css

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

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

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