Html Css Color HEX #AB5B90 Mulberry

📋 copy color: '#AB5B90'

red 171 ◦ green 91 ◦ blue 144

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

Shades of Mulberry #AB5B90

Tints of Mulberry #AB5B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.41%

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

R = 42.12%
G = 22.41%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB5B90 (or 0xAB5B90) is known color: Mulberry. HEX triplet: AB, 5B and 90. RGB value is (171,91,144). Sum of RGB (Red+Green+Blue) = 171+91+144=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5B90 is #54A46F. Grayscale: #787878. Windows color (decimal): -5547120 or 9460651. OLE color: 9460651.

HSL color Cylindrical-coordinate representation of color #AB5B90: hue angle of 320.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B90 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 91 144 -
CMYK 0 0.47 0.16 0.33
HSL 320.25º 0.32% 0.51% -
HSV(B) 320.25º 0.47% 0.67% -
XYZ 25.57 18.15 28.54 -
YUV 120.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 171 91 144 0 0.47 0.16 0.33 320.25 0.32 0.51
Hex AB 5B 90 0 2F 10 21 140 20 33
Octal 253 133 220 0 57 20 41 500 40 63
Binary 10101011 1011011 10010000 0 101111 10000 100001 101000000 100000 110011

Color Harmonies of #AB5B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B90

Black with #AB5B90

Text Example


Text Example

White with #AB5B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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