#A54E78

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

Shades of Royal Heath #A54E78

Tints of Royal Heath #A54E78

Color information

#A54E78 (or 0xA54E78) is unknown color: approx Royal Heath. HEX triplet: A5, 4E and 78. RGB value is (165,78,120). Sum of RGB (Red+Green+Blue) = 165+78+120=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54E78 is #5AB187. Grayscale: #6C6C6C. Windows color (decimal): -5943688 or 7884453. OLE color: 7884453.

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

Color convert

RGB16578120-
CMYK00.530.270.35
HSL331.03º35.8%47.65%-
HSV(B)331.03º52.73%64.71%-
XYZ21.6314.819.49-
YUV108.8134.32168.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=45.45%
G=21.49%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657812000.530.270.35331.0335.847.65
HexA54E780351B2314b2430
Octal24511617006533435134460
Binary1010010110011101111000011010111011100011101001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E78; }

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

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

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

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

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

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

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

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