Html Css Color HEX #A85289 Mulberry

📋 copy color: '#A85289'

red 168 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #A85289

Tints of Mulberry #A85289

RGB

 RED value IS 168 (66.02% from 255) = 43.41%

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

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 43.41%
G = 21.19%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A85289 (or 0xA85289) is known color: Mulberry. HEX triplet: A8, 52 and 89. RGB value is (168,82,137). Sum of RGB (Red+Green+Blue) = 168+82+137=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A85289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85289 is #57AD76. Grayscale: #717171. Windows color (decimal): -5746039 or 8999592. OLE color: 8999592.

HSL color Cylindrical-coordinate representation of color #A85289: hue angle of 321.63º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85289 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 137 -
CMYK 0 0.51 0.18 0.34
HSL 321.63º 0.34% 0.49% -
HSV(B) 321.63º 0.51% 0.66% -
XYZ 23.68 16.17 25.54 -
YUV 113.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 168 82 137 0 0.51 0.18 0.34 321.63 0.34 0.49
Hex A8 52 89 0 33 12 22 142 22 31
Octal 250 122 211 0 63 22 42 502 42 61
Binary 10101000 1010010 10001001 0 110011 10010 100010 101000010 100010 110001

Color Harmonies of #A85289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85289

Black with #A85289

Text Example


Text Example

White with #A85289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85289; }

 p { color: rgb(168,82,137); }

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

background-color css

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

 a { background-color: rgb(168,82,137); }

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

border-color css

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

 span { border-color: rgb(168,82,137); }

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