Html Css Color HEX #AB5388 Mulberry

📋 copy color: '#AB5388'

red 171 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #AB5388

Tints of Mulberry #AB5388

RGB

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

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

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

R = 43.85%
G = 21.28%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB5388 (or 0xAB5388) is known color: Mulberry. HEX triplet: AB, 53 and 88. RGB value is (171,83,136). Sum of RGB (Red+Green+Blue) = 171+83+136=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5388 is #54AC77. Grayscale: #737373. Windows color (decimal): -5549176 or 8934315. OLE color: 8934315.

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

Color convert

RGB 171 83 136 -
CMYK 0 0.51 0.20 0.33
HSL 323.86º 0.35% 0.5% -
HSV(B) 323.86º 0.51% 0.67% -
XYZ 24.33 16.62 25.22 -
YUV 115.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 171 83 136 0 0.51 0.20 0.33 323.86 0.35 0.5
Hex AB 53 88 0 33 14 21 144 23 32
Octal 253 123 210 0 63 24 41 504 43 62
Binary 10101011 1010011 10001000 0 110011 10100 100001 101000100 100011 110010

Color Harmonies of #AB5388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5388

Black with #AB5388

Text Example


Text Example

White with #AB5388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5388; }

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

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

background-color css

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

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

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

border-color css

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

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

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