Html Css Color HEX #A8528B Mulberry

📋 copy color: '#A8528B'

red 168 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #A8528B

Tints of Mulberry #A8528B

RGB

 RED value IS 168 (66.02% from 255) = 43.19%

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

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

R = 43.19%
G = 21.08%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8528B (or 0xA8528B) is known color: Mulberry. HEX triplet: A8, 52 and 8B. RGB value is (168,82,139). Sum of RGB (Red+Green+Blue) = 168+82+139=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8528B is #57AD74. Grayscale: #727272. Windows color (decimal): -5746037 or 9130664. OLE color: 9130664.

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

Color convert

RGB 168 82 139 -
CMYK 0 0.51 0.17 0.34
HSL 320.23º 0.34% 0.49% -
HSV(B) 320.23º 0.51% 0.66% -
XYZ 23.83 16.22 26.3 -
YUV 114.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 168 82 139 0 0.51 0.17 0.34 320.23 0.34 0.49
Hex A8 52 8B 0 33 11 22 140 22 31
Octal 250 122 213 0 63 21 42 500 42 61
Binary 10101000 1010010 10001011 0 110011 10001 100010 101000000 100010 110001

Color Harmonies of #A8528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8528B

Black with #A8528B

Text Example


Text Example

White with #A8528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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