#A54E84

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

Shades of Royal Heath #A54E84

Tints of Royal Heath #A54E84

Color information

#A54E84 (or 0xA54E84) is unknown color: approx Royal Heath. HEX triplet: A5, 4E and 84. RGB value is (165,78,132). Sum of RGB (Red+Green+Blue) = 165+78+132=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54E84 is #5AB17B. Grayscale: #6E6E6E. Windows color (decimal): -5943676 or 8670885. OLE color: 8670885.

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

Color convert

RGB16578132-
CMYK00.530.200.35
HSL322.76º35.8%47.65%-
HSV(B)322.76º52.73%64.71%-
XYZ22.4115.1123.57-
YUV110.17140.32167.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=44%
G=20.8%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657813200.530.200.35322.7635.847.65
HexA54E8403514231432430
Octal24511620406524435034460
Binary10100101100111010000100011010110100100011101000011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E84; }

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

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

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

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

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

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

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

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