#A5567A

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

Shades of Royal Heath #A5567A

Tints of Royal Heath #A5567A

Color information

#A5567A (or 0xA5567A) is unknown color: approx Royal Heath. HEX triplet: A5, 56 and 7A. RGB value is (165,86,122). Sum of RGB (Red+Green+Blue) = 165+86+122=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5567A is #5AA985. Grayscale: #717171. Windows color (decimal): -5941638 or 8017573. OLE color: 8017573.

HSL color Cylindrical-coordinate representation of color #A5567A: hue angle of 332.66º 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 #A5567A is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16586122-
CMYK00.480.260.35
HSL332.66º31.47%49.22%-
HSV(B)332.66º47.88%64.71%-
XYZ22.3616.0620.33-
YUV113.72132.67164.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=44.24%
G=23.06%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658612200.480.260.35332.6631.4749.22
HexA5567A0301A2314d1f31
Octal24512617206032435153761
Binary101001011010110111101001100001101010001110100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5567A; }

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

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

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

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

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

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

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

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