#A55C78

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

Shades of Royal Heath #A55C78

Tints of Royal Heath #A55C78

Color information

#A55C78 (or 0xA55C78) is unknown color: approx Royal Heath. HEX triplet: A5, 5C and 78. RGB value is (165,92,120). Sum of RGB (Red+Green+Blue) = 165+92+120=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C78 is #5AA387. Grayscale: #747474. Windows color (decimal): -5940104 or 7888037. OLE color: 7888037.

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

Color convert

RGB16592120-
CMYK00.440.270.35
HSL336.99º28.85%50.39%-
HSV(B)336.99º44.24%64.71%-
XYZ22.7317.0119.85-
YUV117.02129.68162.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=43.77%
G=24.40%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659212000.440.270.35336.9928.8550.39
HexA55C7802C1B231511d32
Octal24513417005433435213562
Binary101001011011100111100001011001101110001110101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C78; }

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

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

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

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

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

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

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

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