#A9567C

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

Shades of Royal Heath #A9567C

Tints of Royal Heath #A9567C

Color information

#A9567C (or 0xA9567C) is unknown color: approx Royal Heath. HEX triplet: A9, 56 and 7C. RGB value is (169,86,124). Sum of RGB (Red+Green+Blue) = 169+86+124=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9567C is #56A983. Grayscale: #737373. Windows color (decimal): -5679492 or 8148649. OLE color: 8148649.

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

Color convert

RGB16986124-
CMYK00.490.270.34
HSL332.53º32.55%50%-
HSV(B)332.53º49.11%66.27%-
XYZ23.3316.5521.03-
YUV115.15133166.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=44.59%
G=22.69%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698612400.490.270.34332.5332.5550
HexA9567C0311B2214d2132
Octal25112617406133425154162
Binary1010100110101101111100011000111011100010101001101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9567C; }

 p { color: rgb(169,86,124); }

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

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

 a { background-color: rgb(169,86,124); }

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

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

 span { border-color: rgb(169,86,124); }

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