Html Css Color HEX #A85288 Mulberry

📋 copy color: '#A85288'

red 168 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #A85288

Tints of Mulberry #A85288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 43.52%
G = 21.24%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A85288 (or 0xA85288) is known color: Mulberry. HEX triplet: A8, 52 and 88. RGB value is (168,82,136). Sum of RGB (Red+Green+Blue) = 168+82+136=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A85288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85288 is #57AD77. Grayscale: #717171. Windows color (decimal): -5746040 or 8934056. OLE color: 8934056.

HSL color Cylindrical-coordinate representation of color #A85288: hue angle of 322.33º 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 #A85288 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 136 -
CMYK 0 0.51 0.19 0.34
HSL 322.33º 0.34% 0.49% -
HSV(B) 322.33º 0.51% 0.66% -
XYZ 23.61 16.14 25.16 -
YUV 113.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 168 82 136 0 0.51 0.19 0.34 322.33 0.34 0.49
Hex A8 52 88 0 33 13 22 142 22 31
Octal 250 122 210 0 63 23 42 502 42 61
Binary 10101000 1010010 10001000 0 110011 10011 100010 101000010 100010 110001

Color Harmonies of #A85288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85288

Black with #A85288

Text Example


Text Example

White with #A85288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85288; }

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

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

background-color css

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

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

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

border-color css

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

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

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