Html Css Color HEX #AB5486 Mulberry

📋 copy color: '#AB5486'

red 171 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #AB5486

Tints of Mulberry #AB5486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 43.96%
G = 21.59%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB5486 (or 0xAB5486) is known color: Mulberry. HEX triplet: AB, 54 and 86. RGB value is (171,84,134). Sum of RGB (Red+Green+Blue) = 171+84+134=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5486 is #54AB79. Grayscale: #737373. Windows color (decimal): -5548922 or 8803499. OLE color: 8803499.

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

Color convert

RGB 171 84 134 -
CMYK 0 0.51 0.22 0.33
HSL 325.52º 0.34% 0.5% -
HSV(B) 325.52º 0.51% 0.67% -
XYZ 24.27 16.72 24.5 -
YUV 115.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 171 84 134 0 0.51 0.22 0.33 325.52 0.34 0.5
Hex AB 54 86 0 33 16 21 146 22 32
Octal 253 124 206 0 63 26 41 506 42 62
Binary 10101011 1010100 10000110 0 110011 10110 100001 101000110 100010 110010

Color Harmonies of #AB5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5486

Black with #AB5486

Text Example


Text Example

White with #AB5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5486; }

 p { color: rgb(171,84,134); }

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

background-color css

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

 a { background-color: rgb(171,84,134); }

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

border-color css

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

 span { border-color: rgb(171,84,134); }

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