Html Css Color HEX #A8528A Mulberry

📋 copy color: '#A8528A'

red 168 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #A8528A

Tints of Mulberry #A8528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 43.3%
G = 21.13%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8528A (or 0xA8528A) is known color: Mulberry. HEX triplet: A8, 52 and 8A. RGB value is (168,82,138). Sum of RGB (Red+Green+Blue) = 168+82+138=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A8528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8528A is #57AD75. Grayscale: #717171. Windows color (decimal): -5746038 or 9065128. OLE color: 9065128.

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

Color convert

RGB 168 82 138 -
CMYK 0 0.51 0.18 0.34
HSL 320.93º 0.34% 0.49% -
HSV(B) 320.93º 0.51% 0.66% -
XYZ 23.75 16.19 25.92 -
YUV 114.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 168 82 138 0 0.51 0.18 0.34 320.93 0.34 0.49
Hex A8 52 8A 0 33 12 22 141 22 31
Octal 250 122 212 0 63 22 42 501 42 61
Binary 10101000 1010010 10001010 0 110011 10010 100010 101000001 100010 110001

Color Harmonies of #A8528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8528A

Black with #A8528A

Text Example


Text Example

White with #A8528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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