Html Css Color HEX #AB5A8F Mulberry

📋 copy color: '#AB5A8F'

red 171 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #AB5A8F

Tints of Mulberry #AB5A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

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

R = 42.33%
G = 22.28%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB5A8F (or 0xAB5A8F) is known color: Mulberry. HEX triplet: AB, 5A and 8F. RGB value is (171,90,143). Sum of RGB (Red+Green+Blue) = 171+90+143=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A8F is #54A570. Grayscale: #787878. Windows color (decimal): -5547377 or 9394859. OLE color: 9394859.

HSL color Cylindrical-coordinate representation of color #AB5A8F: hue angle of 320.74º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A8F is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 90 143 -
CMYK 0 0.47 0.16 0.33
HSL 320.74º 0.33% 0.51% -
HSV(B) 320.74º 0.47% 0.67% -
XYZ 25.41 17.95 28.11 -
YUV 120.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 171 90 143 0 0.47 0.16 0.33 320.74 0.33 0.51
Hex AB 5A 8F 0 2F 10 21 141 21 33
Octal 253 132 217 0 57 20 41 501 41 63
Binary 10101011 1011010 10001111 0 101111 10000 100001 101000001 100001 110011

Color Harmonies of #AB5A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A8F

Black with #AB5A8F

Text Example


Text Example

White with #AB5A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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