Html Css Color HEX #A85088 Mulberry

📋 copy color: '#A85088'

red 168 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #A85088

Tints of Mulberry #A85088

RGB

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

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

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

R = 43.75%
G = 20.83%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A85088 (or 0xA85088) is known color: Mulberry. HEX triplet: A8, 50 and 88. RGB value is (168,80,136). Sum of RGB (Red+Green+Blue) = 168+80+136=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A85088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85088 is #57AF77. Grayscale: #707070. Windows color (decimal): -5746552 or 8933544. OLE color: 8933544.

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

Color convert

RGB 168 80 136 -
CMYK 0 0.52 0.19 0.34
HSL 321.82º 0.35% 0.49% -
HSV(B) 321.82º 0.52% 0.66% -
XYZ 23.46 15.84 25.11 -
YUV 112.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 168 80 136 0 0.52 0.19 0.34 321.82 0.35 0.49
Hex A8 50 88 0 34 13 22 142 23 31
Octal 250 120 210 0 64 23 42 502 43 61
Binary 10101000 1010000 10001000 0 110100 10011 100010 101000010 100011 110001

Color Harmonies of #A85088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85088

Black with #A85088

Text Example


Text Example

White with #A85088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85088; }

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

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

background-color css

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

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

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

border-color css

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

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

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