Html Css Color HEX #A7528C Mulberry

📋 copy color: '#A7528C'

red 167 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #A7528C

Tints of Mulberry #A7528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 42.93%
G = 21.08%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7528C (or 0xA7528C) is known color: Mulberry. HEX triplet: A7, 52 and 8C. RGB value is (167,82,140). Sum of RGB (Red+Green+Blue) = 167+82+140=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A7528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7528C is #58AD73. Grayscale: #717171. Windows color (decimal): -5811572 or 9196199. OLE color: 9196199.

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

Color convert

RGB 167 82 140 -
CMYK 0 0.51 0.16 0.35
HSL 319.06º 0.34% 0.49% -
HSV(B) 319.06º 0.51% 0.65% -
XYZ 23.69 16.14 26.68 -
YUV 114.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 167 82 140 0 0.51 0.16 0.35 319.06 0.34 0.49
Hex A7 52 8C 0 33 10 23 13F 22 31
Octal 247 122 214 0 63 20 43 477 42 61
Binary 10100111 1010010 10001100 0 110011 10000 100011 100111111 100010 110001

Color Harmonies of #A7528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7528C

Black with #A7528C

Text Example


Text Example

White with #A7528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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