Html Css Color HEX #A54E8A Mulberry

📋 copy color: '#A54E8A'

red 165 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #A54E8A

Tints of Mulberry #A54E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.47%

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

R = 43.31%
G = 20.47%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A54E8A (or 0xA54E8A) is known color: Mulberry. HEX triplet: A5, 4E and 8A. RGB value is (165,78,138). Sum of RGB (Red+Green+Blue) = 165+78+138=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54E8A is #5AB175. Grayscale: #6E6E6E. Windows color (decimal): -5943670 or 9064101. OLE color: 9064101.

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

Color convert

RGB 165 78 138 -
CMYK 0 0.53 0.16 0.35
HSL 318.62º 0.36% 0.48% -
HSV(B) 318.62º 0.53% 0.65% -
XYZ 22.83 15.28 25.79 -
YUV 110.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 165 78 138 0 0.53 0.16 0.35 318.62 0.36 0.48
Hex A5 4E 8A 0 35 10 23 13F 24 30
Octal 245 116 212 0 65 20 43 477 44 60
Binary 10100101 1001110 10001010 0 110101 10000 100011 100111111 100100 110000

Color Harmonies of #A54E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54E8A

Black with #A54E8A

Text Example


Text Example

White with #A54E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54E8A; }

 p { color: rgb(165,78,138); }

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

background-color css

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

 a { background-color: rgb(165,78,138); }

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

border-color css

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

 span { border-color: rgb(165,78,138); }

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