Html Css Color HEX #A54D8C Mulberry

📋 copy color: '#A54D8C'

red 165 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #A54D8C

Tints of Mulberry #A54D8C

RGB

 RED value IS 165 (64.84% from 255) = 43.19%

 GREEN value IS 77 (30.47% from 255) = 20.16%

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

R = 43.19%
G = 20.16%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A54D8C (or 0xA54D8C) is known color: Mulberry. HEX triplet: A5, 4D and 8C. RGB value is (165,77,140). Sum of RGB (Red+Green+Blue) = 165+77+140=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54D8C is #5AB273. Grayscale: #6E6E6E. Windows color (decimal): -5943924 or 9194917. OLE color: 9194917.

HSL color Cylindrical-coordinate representation of color #A54D8C: hue angle of 317.05º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A54D8C is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 77 140 -
CMYK 0 0.53 0.15 0.35
HSL 317.05º 0.36% 0.47% -
HSV(B) 317.05º 0.53% 0.65% -
XYZ 22.9 15.2 26.54 -
YUV 110.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 165 77 140 0 0.53 0.15 0.35 317.05 0.36 0.47
Hex A5 4D 8C 0 35 F 23 13D 24 2F
Octal 245 115 214 0 65 17 43 475 44 57
Binary 10100101 1001101 10001100 0 110101 1111 100011 100111101 100100 101111

Color Harmonies of #A54D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D8C

Black with #A54D8C

Text Example


Text Example

White with #A54D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D8C; }

 p { color: rgb(165,77,140); }

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

background-color css

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

 a { background-color: rgb(165,77,140); }

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

border-color css

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

 span { border-color: rgb(165,77,140); }

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