Html Css Color HEX #AB508F Mulberry

📋 copy color: '#AB508F'

red 171 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #AB508F

Tints of Mulberry #AB508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 43.4%
G = 20.3%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB508F (or 0xAB508F) is known color: Mulberry. HEX triplet: AB, 50 and 8F. RGB value is (171,80,143). Sum of RGB (Red+Green+Blue) = 171+80+143=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB508F is #54AF70. Grayscale: #727272. Windows color (decimal): -5549937 or 9392299. OLE color: 9392299.

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

Color convert

RGB 171 80 143 -
CMYK 0 0.53 0.16 0.33
HSL 318.46º 0.36% 0.49% -
HSV(B) 318.46º 0.53% 0.67% -
XYZ 24.62 16.38 27.85 -
YUV 114.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 171 80 143 0 0.53 0.16 0.33 318.46 0.36 0.49
Hex AB 50 8F 0 35 10 21 13E 24 31
Octal 253 120 217 0 65 20 41 476 44 61
Binary 10101011 1010000 10001111 0 110101 10000 100001 100111110 100100 110001

Color Harmonies of #AB508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB508F

Black with #AB508F

Text Example


Text Example

White with #AB508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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