#A54D72

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

Shades of Royal Heath #A54D72

Tints of Royal Heath #A54D72

Color information

#A54D72 (or 0xA54D72) is unknown color: approx Royal Heath. HEX triplet: A5, 4D and 72. RGB value is (165,77,114). Sum of RGB (Red+Green+Blue) = 165+77+114=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D72 is #5AB28D. Grayscale: #6B6B6B. Windows color (decimal): -5943950 or 7490981. OLE color: 7490981.

HSL color Cylindrical-coordinate representation of color #A54D72: hue angle of 334.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A54D72 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16577114-
CMYK00.530.310.35
HSL334.77º36.36%47.45%-
HSV(B)334.77º53.33%64.71%-
XYZ21.2114.5217.6-
YUV107.53131.65168.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=46.35%
G=21.63%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657711400.530.310.35334.7736.3647.45
HexA54D720351F2314f242f
Octal24511516206537435174457
Binary1010010110011011110010011010111111100011101001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D72; }

 p { color: rgb(165,77,114); }

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

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

 a { background-color: rgb(165,77,114); }

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

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

 span { border-color: rgb(165,77,114); }

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