#a54c70

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

Shades of Royal Heath #A54C70

Tints of Royal Heath #A54C70

Color information

#A54C70 (or 0xA54C70) is unknown color: approx Royal Heath. HEX triplet: A5, 4C and 70. RGB value is (165,76,112). Sum of RGB (Red+Green+Blue) = 165+76+112=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54C70 is #5AB38F. Grayscale: #6A6A6A. Windows color (decimal): -5944208 or 7359653. OLE color: 7359653.

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

Color convert

RGB16576112-
CMYK00.540.320.35
HSL335.73º36.93%47.25%-
HSV(B)335.73º53.94%64.71%-
XYZ21.0314.3416.99-
YUV106.72130.99169.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=46.74%
G=21.53%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657611200.540.320.35335.7336.9347.25
HexA54C700362023150252f
Octal24511416006640435204557
Binary10100101100110011100000110110100000100011101010000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54c70; }

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

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

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

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

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

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

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

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