Html Css Color HEX #A8508D Mulberry

📋 copy color: '#A8508D'

red 168 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #A8508D

Tints of Mulberry #A8508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 43.19%
G = 20.57%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8508D (or 0xA8508D) is known color: Mulberry. HEX triplet: A8, 50 and 8D. RGB value is (168,80,141). Sum of RGB (Red+Green+Blue) = 168+80+141=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8508D is #57AF72. Grayscale: #717171. Windows color (decimal): -5746547 or 9261224. OLE color: 9261224.

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

Color convert

RGB 168 80 141 -
CMYK 0 0.52 0.16 0.34
HSL 318.41º 0.35% 0.49% -
HSV(B) 318.41º 0.52% 0.66% -
XYZ 23.82 15.99 27.03 -
YUV 113.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 168 80 141 0 0.52 0.16 0.34 318.41 0.35 0.49
Hex A8 50 8D 0 34 10 22 13E 23 31
Octal 250 120 215 0 64 20 42 476 43 61
Binary 10101000 1010000 10001101 0 110100 10000 100010 100111110 100011 110001

Color Harmonies of #A8508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8508D

Black with #A8508D

Text Example


Text Example

White with #A8508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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