Html Css Color HEX #A7508B Mulberry

📋 copy color: '#A7508B'

red 167 ◦ green 80 ◦ blue 139

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

Shades of Mulberry #A7508B

Tints of Mulberry #A7508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 43.26%
G = 20.73%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7508B (or 0xA7508B) is known color: Mulberry. HEX triplet: A7, 50 and 8B. RGB value is (167,80,139). Sum of RGB (Red+Green+Blue) = 167+80+139=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A7508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7508B is #58AF74. Grayscale: #707070. Windows color (decimal): -5812085 or 9130151. OLE color: 9130151.

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

Color convert

RGB 167 80 139 -
CMYK 0 0.52 0.17 0.35
HSL 319.31º 0.35% 0.48% -
HSV(B) 319.31º 0.52% 0.65% -
XYZ 23.47 15.82 26.24 -
YUV 112.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 167 80 139 0 0.52 0.17 0.35 319.31 0.35 0.48
Hex A7 50 8B 0 34 11 23 13F 23 30
Octal 247 120 213 0 64 21 43 477 43 60
Binary 10100111 1010000 10001011 0 110100 10001 100011 100111111 100011 110000

Color Harmonies of #A7508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7508B

Black with #A7508B

Text Example


Text Example

White with #A7508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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