#A54076

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

Shades of Royal Heath #A54076

Tints of Royal Heath #A54076

Color information

#A54076 (or 0xA54076) is unknown color: approx Royal Heath. HEX triplet: A5, 40 and 76. RGB value is (165,64,118). Sum of RGB (Red+Green+Blue) = 165+64+118=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A54076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54076 is #5ABF89. Grayscale: #646464. Windows color (decimal): -5947274 or 7749797. OLE color: 7749797.

HSL color Cylindrical-coordinate representation of color #A54076: hue angle of 327.92º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54076 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB16564118-
CMYK00.610.280.35
HSL327.92º44.1%44.9%-
HSV(B)327.92º61.21%64.71%-
XYZ20.6212.9718.56-
YUV100.35137.96174.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=47.55%
G=18.44%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656411800.610.280.35327.9244.144.9
HexA5407603D1C231482c2d
Octal24510016607534435105455
Binary1010010110000001110110011110111100100011101001000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54076; }

 p { color: rgb(165,64,118); }

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

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

 a { background-color: rgb(165,64,118); }

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

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

 span { border-color: rgb(165,64,118); }

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