#A54276

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

Shades of Royal Heath #A54276

Tints of Royal Heath #A54276

Color information

#A54276 (or 0xA54276) is unknown color: approx Royal Heath. HEX triplet: A5, 42 and 76. RGB value is (165,66,118). Sum of RGB (Red+Green+Blue) = 165+66+118=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A54276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54276 is #5ABD89. Grayscale: #656565. Windows color (decimal): -5946762 or 7750309. OLE color: 7750309.

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

Color convert

RGB16566118-
CMYK00.600.280.35
HSL328.48º42.86%45.29%-
HSV(B)328.48º60%64.71%-
XYZ20.7413.218.6-
YUV101.53137.3173.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=47.28%
G=18.91%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656611800.600.280.35328.4842.8645.29
HexA5427603C1C231482b2d
Octal24510216607434435105355
Binary1010010110000101110110011110011100100011101001000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54276; }

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

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

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

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

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

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

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

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