Html Css Color HEX #A7538D Mulberry

📋 copy color: '#A7538D'

red 167 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #A7538D

Tints of Mulberry #A7538D

RGB

 RED value IS 167 (65.63% from 255) = 42.71%

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 42.71%
G = 21.23%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7538D (or 0xA7538D) is known color: Mulberry. HEX triplet: A7, 53 and 8D. RGB value is (167,83,141). Sum of RGB (Red+Green+Blue) = 167+83+141=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7538D is #58AC72. Grayscale: #727272. Windows color (decimal): -5811315 or 9261991. OLE color: 9261991.

HSL color Cylindrical-coordinate representation of color #A7538D: hue angle of 318.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7538D is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 83 141 -
CMYK 0 0.50 0.16 0.35
HSL 318.57º 0.34% 0.49% -
HSV(B) 318.57º 0.5% 0.65% -
XYZ 23.84 16.33 27.09 -
YUV 114.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 167 83 141 0 0.50 0.16 0.35 318.57 0.34 0.49
Hex A7 53 8D 0 32 10 23 13F 22 31
Octal 247 123 215 0 62 20 43 477 42 61
Binary 10100111 1010011 10001101 0 110010 10000 100011 100111111 100010 110001

Color Harmonies of #A7538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7538D

Black with #A7538D

Text Example


Text Example

White with #A7538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7538D; }

 p { color: rgb(167,83,141); }

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

background-color css

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

 a { background-color: rgb(167,83,141); }

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

border-color css

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

 span { border-color: rgb(167,83,141); }

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