#A7567A

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

Shades of Royal Heath #A7567A

Tints of Royal Heath #A7567A

Color information

#A7567A (or 0xA7567A) is unknown color: approx Royal Heath. HEX triplet: A7, 56 and 7A. RGB value is (167,86,122). Sum of RGB (Red+Green+Blue) = 167+86+122=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7567A is #58A985. Grayscale: #727272. Windows color (decimal): -5810566 or 8017575. OLE color: 8017575.

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

Color convert

RGB16786122-
CMYK00.490.270.35
HSL333.33º32.02%49.61%-
HSV(B)333.33º48.5%65.49%-
XYZ22.7816.2820.35-
YUV114.32132.34165.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=44.53%
G=22.93%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678612200.490.270.35333.3332.0249.61
HexA7567A0311B2314d2032
Octal24712617206133435154062
Binary1010011110101101111010011000111011100011101001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7567A; }

 p { color: rgb(167,86,122); }

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

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

 a { background-color: rgb(167,86,122); }

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

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

 span { border-color: rgb(167,86,122); }

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