#A54375

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

Shades of Royal Heath #A54375

Tints of Royal Heath #A54375

Color information

#A54375 (or 0xA54375) is unknown color: approx Royal Heath. HEX triplet: A5, 43 and 75. RGB value is (165,67,117). Sum of RGB (Red+Green+Blue) = 165+67+117=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A54375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54375 is #5ABC8A. Grayscale: #656565. Windows color (decimal): -5946507 or 7685029. OLE color: 7685029.

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

Color convert

RGB16567117-
CMYK00.590.290.35
HSL329.39º42.24%45.49%-
HSV(B)329.39º59.39%64.71%-
XYZ20.7413.318.3-
YUV102136.47172.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=47.28%
G=19.20%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656711700.590.290.35329.3942.2445.49
HexA5437503B1D231492a2d
Octal24510316507335435115255
Binary1010010110000111110101011101111101100011101001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54375; }

 p { color: rgb(165,67,117); }

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

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

 a { background-color: rgb(165,67,117); }

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

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

 span { border-color: rgb(165,67,117); }

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