#A5567C

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

Shades of Royal Heath #A5567C

Tints of Royal Heath #A5567C

Color information

#A5567C (or 0xA5567C) is unknown color: approx Royal Heath. HEX triplet: A5, 56 and 7C. RGB value is (165,86,124). Sum of RGB (Red+Green+Blue) = 165+86+124=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5567C is #5AA983. Grayscale: #717171. Windows color (decimal): -5941636 or 8148645. OLE color: 8148645.

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

Color convert

RGB16586124-
CMYK00.480.250.35
HSL331.14º31.47%49.22%-
HSV(B)331.14º47.88%64.71%-
XYZ22.4816.1120.99-
YUV113.95133.67164.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=44%
G=22.93%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658612400.480.250.35331.1431.4749.22
HexA5567C030192314b1f31
Octal24512617406031435133761
Binary101001011010110111110001100001100110001110100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5567C; }

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

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

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

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

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

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

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

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