Html Css Color HEX #A8518F Mulberry

📋 copy color: '#A8518F'

red 168 ◦ green 81 ◦ blue 143

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

Shades of Mulberry #A8518F

Tints of Mulberry #A8518F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.66%

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 42.86%
G = 20.66%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8518F (or 0xA8518F) is known color: Mulberry. HEX triplet: A8, 51 and 8F. RGB value is (168,81,143). Sum of RGB (Red+Green+Blue) = 168+81+143=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8518F is #57AE70. Grayscale: #717171. Windows color (decimal): -5746289 or 9392552. OLE color: 9392552.

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

Color convert

RGB 168 81 143 -
CMYK 0 0.52 0.15 0.34
HSL 317.24º 0.35% 0.49% -
HSV(B) 317.24º 0.52% 0.66% -
XYZ 24.05 16.19 27.84 -
YUV 114.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 168 81 143 0 0.52 0.15 0.34 317.24 0.35 0.49
Hex A8 51 8F 0 34 F 22 13D 23 31
Octal 250 121 217 0 64 17 42 475 43 61
Binary 10101000 1010001 10001111 0 110100 1111 100010 100111101 100011 110001

Color Harmonies of #A8518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8518F

Black with #A8518F

Text Example


Text Example

White with #A8518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8518F; }

 p { color: rgb(168,81,143); }

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

background-color css

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

 a { background-color: rgb(168,81,143); }

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

border-color css

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

 span { border-color: rgb(168,81,143); }

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