#A94F90

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

Shades of Mulberry #A94F90

Tints of Mulberry #A94F90

Color information

#A94F90 (or 0xA94F90) is unknown color: approx Mulberry. HEX triplet: A9, 4F and 90. RGB value is (169,79,144). Sum of RGB (Red+Green+Blue) = 169+79+144=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94F90 is #56B06F. Grayscale: #717171. Windows color (decimal): -5681264 or 9457577. OLE color: 9457577.

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

Color convert

RGB16979144-
CMYK00.530.150.34
HSL316.67º36.29%48.63%-
HSV(B)316.67º53.25%66.27%-
XYZ24.1916.0428.21-
YUV113.32145.32167.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 79 (31.25% from 255) = 20.15%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=43.11%
G=20.15%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697914400.530.150.34316.6736.2948.63
HexA94F90035F2213d2431
Octal25111722006517424754461
Binary1010100110011111001000001101011111100010100111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F90; }

 p { color: rgb(169,79,144); }

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

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

 a { background-color: rgb(169,79,144); }

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

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

 span { border-color: rgb(169,79,144); }

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