Html Css Color HEX #AB528D Mulberry

📋 copy color: '#AB528D'

red 171 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #AB528D

Tints of Mulberry #AB528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.81%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 43.4%
G = 20.81%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB528D (or 0xAB528D) is known color: Mulberry. HEX triplet: AB, 52 and 8D. RGB value is (171,82,141). Sum of RGB (Red+Green+Blue) = 171+82+141=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB528D is #54AD72. Grayscale: #737373. Windows color (decimal): -5549427 or 9261739. OLE color: 9261739.

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

Color convert

RGB 171 82 141 -
CMYK 0 0.52 0.18 0.33
HSL 320.22º 0.35% 0.5% -
HSV(B) 320.22º 0.52% 0.67% -
XYZ 24.62 16.62 27.11 -
YUV 115.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 171 82 141 0 0.52 0.18 0.33 320.22 0.35 0.5
Hex AB 52 8D 0 34 12 21 140 23 32
Octal 253 122 215 0 64 22 41 500 43 62
Binary 10101011 1010010 10001101 0 110100 10010 100001 101000000 100011 110010

Color Harmonies of #AB528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB528D

Black with #AB528D

Text Example


Text Example

White with #AB528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB528D; }

 p { color: rgb(171,82,141); }

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

background-color css

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

 a { background-color: rgb(171,82,141); }

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

border-color css

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

 span { border-color: rgb(171,82,141); }

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