#A54B76

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

Shades of Royal Heath #A54B76

Tints of Royal Heath #A54B76

Color information

#A54B76 (or 0xA54B76) is unknown color: approx Royal Heath. HEX triplet: A5, 4B and 76. RGB value is (165,75,118). Sum of RGB (Red+Green+Blue) = 165+75+118=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B76 is #5AB489. Grayscale: #6A6A6A. Windows color (decimal): -5944458 or 7752613. OLE color: 7752613.

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

Color convert

RGB16575118-
CMYK00.550.280.35
HSL331.33º37.5%47.06%-
HSV(B)331.33º54.55%64.71%-
XYZ21.314.3418.78-
YUV106.81134.32169.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=46.09%
G=20.95%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657511800.550.280.35331.3337.547.06
HexA54B760371C2314b262f
Octal24511316606734435134657
Binary1010010110010111110110011011111100100011101001011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B76; }

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

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

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

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

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

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

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

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