#A54F75

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

Shades of Royal Heath #A54F75

Tints of Royal Heath #A54F75

Color information

#A54F75 (or 0xA54F75) is unknown color: approx Royal Heath. HEX triplet: A5, 4F and 75. RGB value is (165,79,117). Sum of RGB (Red+Green+Blue) = 165+79+117=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F75 is #5AB08A. Grayscale: #6C6C6C. Windows color (decimal): -5943435 or 7688101. OLE color: 7688101.

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

Color convert

RGB16579117-
CMYK00.520.290.35
HSL333.49º35.25%47.84%-
HSV(B)333.49º52.12%64.71%-
XYZ21.5214.8818.57-
YUV109.05132.49167.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=45.71%
G=21.88%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657911700.520.290.35333.4935.2547.84
HexA54F750341D2314d2330
Octal24511716506435435154360
Binary1010010110011111110101011010011101100011101001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F75; }

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

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

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

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

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

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

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

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