#A54279

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

Shades of Royal Heath #A54279

Tints of Royal Heath #A54279

Color information

#A54279 (or 0xA54279) is unknown color: approx Royal Heath. HEX triplet: A5, 42 and 79. RGB value is (165,66,121). Sum of RGB (Red+Green+Blue) = 165+66+121=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A54279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54279 is #5ABD86. Grayscale: #656565. Windows color (decimal): -5946759 or 7946917. OLE color: 7946917.

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

Color convert

RGB16566121-
CMYK00.600.270.35
HSL326.67º42.86%45.29%-
HSV(B)326.67º60%64.71%-
XYZ20.9213.2819.55-
YUV101.87138.8173.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=46.88%
G=18.75%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656612100.600.270.35326.6742.8645.29
HexA5427903C1B231472b2d
Octal24510217107433435075355
Binary1010010110000101111001011110011011100011101000111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54279; }

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

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

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

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

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

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

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

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