#A8567C

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

Shades of Royal Heath #A8567C

Tints of Royal Heath #A8567C

Color information

#A8567C (or 0xA8567C) is unknown color: approx Royal Heath. HEX triplet: A8, 56 and 7C. RGB value is (168,86,124). Sum of RGB (Red+Green+Blue) = 168+86+124=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8567C is #57A983. Grayscale: #727272. Windows color (decimal): -5745028 or 8148648. OLE color: 8148648.

HSL color Cylindrical-coordinate representation of color #A8567C: hue angle of 332.2º degrees, saturation: 0.32, 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 #A8567C is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16886124-
CMYK00.490.260.34
HSL332.2º32.28%49.8%-
HSV(B)332.2º48.81%65.88%-
XYZ23.1116.4421.02-
YUV114.85133.17165.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=44.44%
G=22.75%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688612400.490.260.34332.232.2849.8
HexA8567C0311A2214c2032
Octal25012617406132425144062
Binary1010100010101101111100011000111010100010101001100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8567C; }

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

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

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

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

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

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

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

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