#A54878

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

Shades of Royal Heath #A54878

Tints of Royal Heath #A54878

Color information

#A54878 (or 0xA54878) is unknown color: approx Royal Heath. HEX triplet: A5, 48 and 78. RGB value is (165,72,120). Sum of RGB (Red+Green+Blue) = 165+72+120=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A54878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54878 is #5AB787. Grayscale: #696969. Windows color (decimal): -5945224 or 7882917. OLE color: 7882917.

HSL color Cylindrical-coordinate representation of color #A54878: hue angle of 329.03º 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 #A54878 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16572120-
CMYK00.560.270.35
HSL329.03º39.24%46.47%-
HSV(B)329.03º56.36%64.71%-
XYZ21.2213.9919.35-
YUV105.28136.31170.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=46.22%
G=20.17%
B=33.61%

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
Decimal1657212000.560.270.35329.0339.2446.47
HexA548780381B23149272e
Octal24511017007033435114756
Binary1010010110010001111000011100011011100011101001001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54878; }

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

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

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

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

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

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

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

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