#A8547D

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

Shades of Royal Heath #A8547D

Tints of Royal Heath #A8547D

Color information

#A8547D (or 0xA8547D) is unknown color: approx Royal Heath. HEX triplet: A8, 54 and 7D. RGB value is (168,84,125). Sum of RGB (Red+Green+Blue) = 168+84+125=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8547D is #57AB82. Grayscale: #717171. Windows color (decimal): -5745539 or 8213672. OLE color: 8213672.

HSL color Cylindrical-coordinate representation of color #A8547D: hue angle of 330.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8547D is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16884125-
CMYK00.50.260.34
HSL330.71º33.33%49.41%-
HSV(B)330.71º50%65.88%-
XYZ23.0216.1521.31-
YUV113.79134.33166.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=44.56%
G=22.28%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688412500.50.260.34330.7133.3349.41
HexA8547D0321A2214b2131
Octal25012417506232425134161
Binary1010100010101001111101011001011010100010101001011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8547D; }

 p { color: rgb(168,84,125); }

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

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

 a { background-color: rgb(168,84,125); }

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

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

 span { border-color: rgb(168,84,125); }

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