Html Css Color HEX #AB5290 Mulberry

📋 copy color: '#AB5290'

red 171 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #AB5290

Tints of Mulberry #AB5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.65%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 43.07%
G = 20.65%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB5290 (or 0xAB5290) is known color: Mulberry. HEX triplet: AB, 52 and 90. RGB value is (171,82,144). Sum of RGB (Red+Green+Blue) = 171+82+144=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5290 is #54AD6F. Grayscale: #737373. Windows color (decimal): -5549424 or 9458347. OLE color: 9458347.

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

Color convert

RGB 171 82 144 -
CMYK 0 0.52 0.16 0.33
HSL 318.2º 0.35% 0.5% -
HSV(B) 318.2º 0.52% 0.67% -
XYZ 24.85 16.71 28.3 -
YUV 115.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 171 82 144 0 0.52 0.16 0.33 318.2 0.35 0.5
Hex AB 52 90 0 34 10 21 13E 23 32
Octal 253 122 220 0 64 20 41 476 43 62
Binary 10101011 1010010 10010000 0 110100 10000 100001 100111110 100011 110010

Color Harmonies of #AB5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5290

Black with #AB5290

Text Example


Text Example

White with #AB5290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5290; }

 p { color: rgb(171,82,144); }

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

background-color css

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

 a { background-color: rgb(171,82,144); }

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

border-color css

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

 span { border-color: rgb(171,82,144); }

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