Html Css Color HEX #A6518A Mulberry

📋 copy color: '#A6518A'

red 166 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #A6518A

Tints of Mulberry #A6518A

RGB

 RED value IS 166 (65.23% from 255) = 43.12%

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 43.12%
G = 21.04%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6518A (or 0xA6518A) is known color: Mulberry. HEX triplet: A6, 51 and 8A. RGB value is (166,81,138). Sum of RGB (Red+Green+Blue) = 166+81+138=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6518A is #59AE75. Grayscale: #707070. Windows color (decimal): -5877366 or 9064870. OLE color: 9064870.

HSL color Cylindrical-coordinate representation of color #A6518A: hue angle of 319.76º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6518A is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 81 138 -
CMYK 0 0.51 0.17 0.35
HSL 319.76º 0.34% 0.48% -
HSV(B) 319.76º 0.51% 0.65% -
XYZ 23.26 15.83 25.87 -
YUV 112.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 166 81 138 0 0.51 0.17 0.35 319.76 0.34 0.48
Hex A6 51 8A 0 33 11 23 140 22 30
Octal 246 121 212 0 63 21 43 500 42 60
Binary 10100110 1010001 10001010 0 110011 10001 100011 101000000 100010 110000

Color Harmonies of #A6518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6518A

Black with #A6518A

Text Example


Text Example

White with #A6518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6518A; }

 p { color: rgb(166,81,138); }

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

background-color css

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

 a { background-color: rgb(166,81,138); }

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

border-color css

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

 span { border-color: rgb(166,81,138); }

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