#A54075

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

Shades of Royal Heath #A54075

Tints of Royal Heath #A54075

Color information

#A54075 (or 0xA54075) is unknown color: approx Royal Heath. HEX triplet: A5, 40 and 75. RGB value is (165,64,117). Sum of RGB (Red+Green+Blue) = 165+64+117=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A54075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54075 is #5ABF8A. Grayscale: #646464. Windows color (decimal): -5947275 or 7684261. OLE color: 7684261.

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

Color convert

RGB16564117-
CMYK00.610.290.35
HSL328.51º44.1%44.9%-
HSV(B)328.51º61.21%64.71%-
XYZ20.5612.9518.25-
YUV100.24137.46174.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=47.69%
G=18.50%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656411700.610.290.35328.5144.144.9
HexA5407503D1D231492c2d
Octal24510016507535435115455
Binary1010010110000001110101011110111101100011101001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54075; }

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

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

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

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

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

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

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

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