Html Css Color HEX #A84C8E Mulberry

📋 copy color: '#A84C8E'

red 168 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #A84C8E

Tints of Mulberry #A84C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 43.52%
G = 19.69%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A84C8E (or 0xA84C8E) is known color: Mulberry. HEX triplet: A8, 4C and 8E. RGB value is (168,76,142). Sum of RGB (Red+Green+Blue) = 168+76+142=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84C8E is #57B371. Grayscale: #6E6E6E. Windows color (decimal): -5747570 or 9325736. OLE color: 9325736.

HSL color Cylindrical-coordinate representation of color #A84C8E: hue angle of 316.96º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84C8E is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 76 142 -
CMYK 0 0.55 0.15 0.34
HSL 316.96º 0.38% 0.48% -
HSV(B) 316.96º 0.55% 0.66% -
XYZ 23.62 15.45 27.33 -
YUV 111.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 168 76 142 0 0.55 0.15 0.34 316.96 0.38 0.48
Hex A8 4C 8E 0 37 F 22 13D 26 30
Octal 250 114 216 0 67 17 42 475 46 60
Binary 10101000 1001100 10001110 0 110111 1111 100010 100111101 100110 110000

Color Harmonies of #A84C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C8E

Black with #A84C8E

Text Example


Text Example

White with #A84C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C8E; }

 p { color: rgb(168,76,142); }

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

background-color css

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

 a { background-color: rgb(168,76,142); }

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

border-color css

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

 span { border-color: rgb(168,76,142); }

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