#A54E86

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

Shades of Royal Heath #A54E86

Tints of Royal Heath #A54E86

Color information

#A54E86 (or 0xA54E86) is unknown color: approx Royal Heath. HEX triplet: A5, 4E and 86. RGB value is (165,78,134). Sum of RGB (Red+Green+Blue) = 165+78+134=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54E86 is #5AB179. Grayscale: #6E6E6E. Windows color (decimal): -5943674 or 8801957. OLE color: 8801957.

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

Color convert

RGB16578134-
CMYK00.530.190.35
HSL321.38º35.8%47.65%-
HSV(B)321.38º52.73%64.71%-
XYZ22.5415.1724.29-
YUV110.4141.32166.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=43.77%
G=20.69%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657813400.530.190.35321.3835.847.65
HexA54E8603513231412430
Octal24511620606523435014460
Binary10100101100111010000110011010110011100011101000001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E86; }

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

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

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

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

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

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

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

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