#A54478

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

Shades of Royal Heath #A54478

Tints of Royal Heath #A54478

Color information

#A54478 (or 0xA54478) is unknown color: approx Royal Heath. HEX triplet: A5, 44 and 78. RGB value is (165,68,120). Sum of RGB (Red+Green+Blue) = 165+68+120=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A54478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54478 is #5ABB87. Grayscale: #666666. Windows color (decimal): -5946248 or 7881893. OLE color: 7881893.

HSL color Cylindrical-coordinate representation of color #A54478: hue angle of 327.84º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54478 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16568120-
CMYK00.590.270.35
HSL327.84º41.63%45.69%-
HSV(B)327.84º58.79%64.71%-
XYZ20.9713.4919.27-
YUV102.93137.64172.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 68 (26.95% from 255) = 19.26%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=46.74%
G=19.26%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656812000.590.270.35327.8441.6345.69
HexA5447803B1B231482a2e
Octal24510417007333435105256
Binary1010010110001001111000011101111011100011101001000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54478; }

 p { color: rgb(165,68,120); }

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

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

 a { background-color: rgb(165,68,120); }

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

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

 span { border-color: rgb(165,68,120); }

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