#A54277

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

Shades of Royal Heath #A54277

Tints of Royal Heath #A54277

Color information

#A54277 (or 0xA54277) is unknown color: approx Royal Heath. HEX triplet: A5, 42 and 77. RGB value is (165,66,119). Sum of RGB (Red+Green+Blue) = 165+66+119=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54277 is #5ABD88. Grayscale: #656565. Windows color (decimal): -5946761 or 7815845. OLE color: 7815845.

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

Color convert

RGB16566119-
CMYK00.600.280.35
HSL327.88º42.86%45.29%-
HSV(B)327.88º60%64.71%-
XYZ20.813.2318.91-
YUV101.64137.8173.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 119 (46.88% from 255) = 34%
R=47.14%
G=18.86%
B=34%

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
Decimal1656611900.600.280.35327.8842.8645.29
HexA5427703C1C231482b2d
Octal24510216707434435105355
Binary1010010110000101110111011110011100100011101001000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54277; }

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

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

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

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

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

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

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

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