Html Css Color HEX #AB5092 Mulberry

📋 copy color: '#AB5092'

red 171 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #AB5092

Tints of Mulberry #AB5092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 43.07%
G = 20.15%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB5092 (or 0xAB5092) is known color: Mulberry. HEX triplet: AB, 50 and 92. RGB value is (171,80,146). Sum of RGB (Red+Green+Blue) = 171+80+146=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5092 is #54AF6D. Grayscale: #727272. Windows color (decimal): -5549934 or 9588907. OLE color: 9588907.

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

Color convert

RGB 171 80 146 -
CMYK 0 0.53 0.15 0.33
HSL 316.48º 0.36% 0.49% -
HSV(B) 316.48º 0.53% 0.67% -
XYZ 24.85 16.47 29.06 -
YUV 114.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 171 80 146 0 0.53 0.15 0.33 316.48 0.36 0.49
Hex AB 50 92 0 35 F 21 13C 24 31
Octal 253 120 222 0 65 17 41 474 44 61
Binary 10101011 1010000 10010010 0 110101 1111 100001 100111100 100100 110001

Color Harmonies of #AB5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5092

Black with #AB5092

Text Example


Text Example

White with #AB5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5092; }

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

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

background-color css

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

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

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

border-color css

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

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

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