#A54F81

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

Shades of Royal Heath #A54F81

Tints of Royal Heath #A54F81

Color information

#A54F81 (or 0xA54F81) is unknown color: approx Royal Heath. HEX triplet: A5, 4F and 81. RGB value is (165,79,129). Sum of RGB (Red+Green+Blue) = 165+79+129=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54F81 is #5AB07E. Grayscale: #6E6E6E. Windows color (decimal): -5943423 or 8474533. OLE color: 8474533.

HSL color Cylindrical-coordinate representation of color #A54F81: hue angle of 325.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F81 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16579129-
CMYK00.520.220.35
HSL325.12º35.25%47.84%-
HSV(B)325.12º52.12%64.71%-
XYZ22.2815.1822.52-
YUV110.41138.49166.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=44.24%
G=21.18%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657912900.520.220.35325.1235.2547.84
HexA54F8103416231452330
Octal24511720106426435054360
Binary10100101100111110000001011010010110100011101000101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F81; }

 p { color: rgb(165,79,129); }

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

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

 a { background-color: rgb(165,79,129); }

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

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

 span { border-color: rgb(165,79,129); }

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