#A54F70

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

Shades of Royal Heath #A54F70

Tints of Royal Heath #A54F70

Color information

#A54F70 (or 0xA54F70) is unknown color: approx Royal Heath. HEX triplet: A5, 4F and 70. RGB value is (165,79,112). Sum of RGB (Red+Green+Blue) = 165+79+112=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F70 is #5AB08F. Grayscale: #6C6C6C. Windows color (decimal): -5943440 or 7360421. OLE color: 7360421.

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

Color convert

RGB16579112-
CMYK00.520.320.35
HSL336.98º35.25%47.84%-
HSV(B)336.98º52.12%64.71%-
XYZ21.2414.7617.06-
YUV108.48129.99168.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=46.35%
G=22.19%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657911200.520.320.35336.9835.2547.84
HexA54F7003420231512330
Octal24511716006440435214360
Binary10100101100111111100000110100100000100011101010001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F70; }

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

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

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

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

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

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

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

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