Html Css Color HEX #AB4994 Mulberry

📋 copy color: '#AB4994'

red 171 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #AB4994

Tints of Mulberry #AB4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 43.62%
G = 18.62%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB4994 (or 0xAB4994) is known color: Mulberry. HEX triplet: AB, 49 and 94. RGB value is (171,73,148). Sum of RGB (Red+Green+Blue) = 171+73+148=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4994 is #54B66B. Grayscale: #6E6E6E. Windows color (decimal): -5551724 or 9718187. OLE color: 9718187.

HSL color Cylindrical-coordinate representation of color #AB4994: hue angle of 314.08º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4994 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 148 -
CMYK 0 0.57 0.13 0.33
HSL 314.08º 0.4% 0.48% -
HSV(B) 314.08º 0.57% 0.67% -
XYZ 24.52 15.56 29.73 -
YUV 110.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 171 73 148 0 0.57 0.13 0.33 314.08 0.4 0.48
Hex AB 49 94 0 39 D 21 13A 28 30
Octal 253 111 224 0 71 15 41 472 50 60
Binary 10101011 1001001 10010100 0 111001 1101 100001 100111010 101000 110000

Color Harmonies of #AB4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4994

Black with #AB4994

Text Example


Text Example

White with #AB4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4994; }

 p { color: rgb(171,73,148); }

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

background-color css

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

 a { background-color: rgb(171,73,148); }

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

border-color css

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

 span { border-color: rgb(171,73,148); }

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