#A54879

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

Shades of Royal Heath #A54879

Tints of Royal Heath #A54879

Color information

#A54879 (or 0xA54879) is unknown color: approx Royal Heath. HEX triplet: A5, 48 and 79. RGB value is (165,72,121). Sum of RGB (Red+Green+Blue) = 165+72+121=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A54879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54879 is #5AB786. Grayscale: #696969. Windows color (decimal): -5945223 or 7948453. OLE color: 7948453.

HSL color Cylindrical-coordinate representation of color #A54879: hue angle of 328.39º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54879 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16572121-
CMYK00.560.270.35
HSL328.39º39.24%46.47%-
HSV(B)328.39º56.36%64.71%-
XYZ21.2914.0119.67-
YUV105.39136.81170.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=46.09%
G=20.11%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657212100.560.270.35328.3939.2446.47
HexA548790381B23148272e
Octal24511017107033435104756
Binary1010010110010001111001011100011011100011101001000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54879; }

 p { color: rgb(165,72,121); }

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

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

 a { background-color: rgb(165,72,121); }

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

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

 span { border-color: rgb(165,72,121); }

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