Html Css Color HEX #A7528B Mulberry

📋 copy color: '#A7528B'

red 167 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #A7528B

Tints of Mulberry #A7528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 43.04%
G = 21.13%
B = 35.82%

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

#A7528B (or 0xA7528B) is known color: Mulberry. HEX triplet: A7, 52 and 8B. RGB value is (167,82,139). Sum of RGB (Red+Green+Blue) = 167+82+139=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7528B is #58AD74. Grayscale: #717171. Windows color (decimal): -5811573 or 9130663. OLE color: 9130663.

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

Color convert

RGB 167 82 139 -
CMYK 0 0.51 0.17 0.35
HSL 319.76º 0.34% 0.49% -
HSV(B) 319.76º 0.51% 0.65% -
XYZ 23.61 16.11 26.29 -
YUV 113.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 167 82 139 0 0.51 0.17 0.35 319.76 0.34 0.49
Hex A7 52 8B 0 33 11 23 140 22 31
Octal 247 122 213 0 63 21 43 500 42 61
Binary 10100111 1010010 10001011 0 110011 10001 100011 101000000 100010 110001

Color Harmonies of #A7528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7528B

Black with #A7528B

Text Example


Text Example

White with #A7528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7528B; }

 p { color: rgb(167,82,139); }

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

background-color css

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

 a { background-color: rgb(167,82,139); }

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

border-color css

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

 span { border-color: rgb(167,82,139); }

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