Html Css Color HEX #AB508D Mulberry

📋 copy color: '#AB508D'

red 171 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #AB508D

Tints of Mulberry #AB508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

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

R = 43.62%
G = 20.41%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB508D (or 0xAB508D) is known color: Mulberry. HEX triplet: AB, 50 and 8D. RGB value is (171,80,141). Sum of RGB (Red+Green+Blue) = 171+80+141=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB508D is #54AF72. Grayscale: #727272. Windows color (decimal): -5549939 or 9261227. OLE color: 9261227.

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

Color convert

RGB 171 80 141 -
CMYK 0 0.53 0.18 0.33
HSL 319.78º 0.36% 0.49% -
HSV(B) 319.78º 0.53% 0.67% -
XYZ 24.47 16.32 27.06 -
YUV 114.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 171 80 141 0 0.53 0.18 0.33 319.78 0.36 0.49
Hex AB 50 8D 0 35 12 21 140 24 31
Octal 253 120 215 0 65 22 41 500 44 61
Binary 10101011 1010000 10001101 0 110101 10010 100001 101000000 100100 110001

Color Harmonies of #AB508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB508D

Black with #AB508D

Text Example


Text Example

White with #AB508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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