#A54F8A

Color #A54F8A Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #A54F8A

Tints of Mulberry #A54F8A

Color information

#A54F8A (or 0xA54F8A) is unknown color: approx Mulberry. HEX triplet: A5, 4F and 8A. RGB value is (165,79,138). Sum of RGB (Red+Green+Blue) = 165+79+138=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54F8A is #5AB075. Grayscale: #6F6F6F. Windows color (decimal): -5943414 or 9064357. OLE color: 9064357.

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

Color convert

RGB16579138-
CMYK00.520.160.35
HSL318.84º35.25%47.84%-
HSV(B)318.84º52.12%64.71%-
XYZ22.915.4325.82-
YUV111.44142.99166.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=43.19%
G=20.68%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657913800.520.160.35318.8435.2547.84
HexA54F8A034102313f2330
Octal24511721206420434774360
Binary10100101100111110001010011010010000100011100111111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F8A; }

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

 H1.HeaderClassName
 {
   color: #A54F8A;
 }
 .AnyTagClassName
 {
   color: #A54F8A;
 }
</style>
background-color css

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

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

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

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

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

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