Html Css Color HEX #AB4C8A Mulberry

📋 copy color: '#AB4C8A'

red 171 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #AB4C8A

Tints of Mulberry #AB4C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 44.42%
G = 19.74%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB4C8A (or 0xAB4C8A) is known color: Mulberry. HEX triplet: AB, 4C and 8A. RGB value is (171,76,138). Sum of RGB (Red+Green+Blue) = 171+76+138=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4C8A is #54B375. Grayscale: #6F6F6F. Windows color (decimal): -5550966 or 9063595. OLE color: 9063595.

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

Color convert

RGB 171 76 138 -
CMYK 0 0.56 0.19 0.33
HSL 320.84º 0.38% 0.48% -
HSV(B) 320.84º 0.56% 0.67% -
XYZ 23.97 15.66 25.8 -
YUV 111.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 171 76 138 0 0.56 0.19 0.33 320.84 0.38 0.48
Hex AB 4C 8A 0 38 13 21 141 26 30
Octal 253 114 212 0 70 23 41 501 46 60
Binary 10101011 1001100 10001010 0 111000 10011 100001 101000001 100110 110000

Color Harmonies of #AB4C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C8A

Black with #AB4C8A

Text Example


Text Example

White with #AB4C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C8A; }

 p { color: rgb(171,76,138); }

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

background-color css

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

 a { background-color: rgb(171,76,138); }

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

border-color css

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

 span { border-color: rgb(171,76,138); }

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