#A55673

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

Shades of Royal Heath #A55673

Tints of Royal Heath #A55673

Color information

#A55673 (or 0xA55673) is unknown color: approx Royal Heath. HEX triplet: A5, 56 and 73. RGB value is (165,86,115). Sum of RGB (Red+Green+Blue) = 165+86+115=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55673 is #5AA98C. Grayscale: #707070. Windows color (decimal): -5941645 or 7558821. OLE color: 7558821.

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

Color convert

RGB16586115-
CMYK00.480.300.35
HSL337.97º31.47%49.22%-
HSV(B)337.97º47.88%64.71%-
XYZ21.9415.8918.13-
YUV112.93129.17165.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=45.08%
G=23.50%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658611500.480.300.35337.9731.4749.22
HexA556730301E231521f31
Octal24512616306036435223761
Binary101001011010110111001101100001111010001110101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55673; }

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

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

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

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

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

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

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

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