#A55578

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

Shades of Royal Heath #A55578

Tints of Royal Heath #A55578

Color information

#A55578 (or 0xA55578) is unknown color: approx Royal Heath. HEX triplet: A5, 55 and 78. RGB value is (165,85,120). Sum of RGB (Red+Green+Blue) = 165+85+120=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A55578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55578 is #5AAA87. Grayscale: #707070. Windows color (decimal): -5941896 or 7886245. OLE color: 7886245.

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

Color convert

RGB16585120-
CMYK00.480.270.35
HSL333.75º32%49.02%-
HSV(B)333.75º48.48%64.71%-
XYZ22.1615.8519.66-
YUV112.91132165.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=44.59%
G=22.97%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658512000.480.270.35333.753249.02
HexA555780301B2314e2031
Octal24512517006033435164061
Binary1010010110101011111000011000011011100011101001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55578; }

 p { color: rgb(165,85,120); }

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

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

 a { background-color: rgb(165,85,120); }

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

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

 span { border-color: rgb(165,85,120); }

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