Html Css Color HEX #AB5386 Mulberry

📋 copy color: '#AB5386'

red 171 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #AB5386

Tints of Mulberry #AB5386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

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

R = 44.07%
G = 21.39%
B = 34.54%

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

#AB5386 (or 0xAB5386) is known color: Mulberry. HEX triplet: AB, 53 and 86. RGB value is (171,83,134). Sum of RGB (Red+Green+Blue) = 171+83+134=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5386 is #54AC79. Grayscale: #737373. Windows color (decimal): -5549178 or 8803243. OLE color: 8803243.

HSL color Cylindrical-coordinate representation of color #AB5386: hue angle of 325.23º degrees, saturation: 0.35, 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 #AB5386 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 134 -
CMYK 0 0.51 0.22 0.33
HSL 325.23º 0.35% 0.5% -
HSV(B) 325.23º 0.51% 0.67% -
XYZ 24.19 16.57 24.48 -
YUV 115.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 171 83 134 0 0.51 0.22 0.33 325.23 0.35 0.5
Hex AB 53 86 0 33 16 21 145 23 32
Octal 253 123 206 0 63 26 41 505 43 62
Binary 10101011 1010011 10000110 0 110011 10110 100001 101000101 100011 110010

Color Harmonies of #AB5386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5386

Black with #AB5386

Text Example


Text Example

White with #AB5386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5386; }

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

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

background-color css

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

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

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

border-color css

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

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

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